changeset 15754:e16dc16dc927 v8.1.0884

patch 8.1.0884: double check for bsd systems commit https://github.com/vim/vim/commit/af630d4f7f8daa7edbda0b607d32d39a5feae9d9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 23:09:48 2019 +0100 patch 8.1.0884: double check for bsd systems Problem: Double check for bsd systems. Solution: Delete the old line.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 23:15:08 +0100
parents 14581b56bb87
children ccee2fc5f05d
files src/testdir/test_functions.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_functions.vim
+++ b/src/testdir/test_functions.vim
@@ -1237,7 +1237,6 @@ func Test_platform_name()
   if has('unix') && executable('uname')
     let uname = system('uname')
     call assert_equal(uname =~? 'BeOS', has('beos'))
-    call assert_equal(uname =~? 'BSD\|DragonFly', has('bsd'))
     " GNU userland on BSD kernels (e.g., GNU/kFreeBSD) don't have BSD defined
     call assert_equal(uname =~? '\%(GNU/k\w\+\)\@<!BSD\|DragonFly', has('bsd'))
     call assert_equal(uname =~? 'HP-UX', has('hpux'))
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    884,
+/**/
     883,
 /**/
     882,