comparison src/version.c @ 15742:916c13256877 v8.1.0878

patch 8.1.0878: test for has('bsd') fails on some BSD systems commit https://github.com/vim/vim/commit/a02e3f65c52a2c8c987e7dcac5df1f8db9a7b0de Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 7 21:27:14 2019 +0100 patch 8.1.0878: test for has('bsd') fails on some BSD systems Problem: Test for has('bsd') fails on some BSD systems. Solution: Adjust the uname match. (James McCoy, closes https://github.com/vim/vim/issues/3909)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Feb 2019 21:30:06 +0100
parents 2fe4a503c5ad
children 2958a8e51a67
comparison
equal deleted inserted replaced
15741:e9bb21037bed 15742:916c13256877
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 878,
786 /**/ 788 /**/
787 877, 789 877,
788 /**/ 790 /**/
789 876, 791 876,
790 /**/ 792 /**/