diff options
Diffstat (limited to 'debian/patches/patch-8.1.0878-test-for-has-bsd-fails-on-some-BSD-systems.patch')
-rw-r--r-- | debian/patches/patch-8.1.0878-test-for-has-bsd-fails-on-some-BSD-systems.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/patches/patch-8.1.0878-test-for-has-bsd-fails-on-some-BSD-systems.patch b/debian/patches/patch-8.1.0878-test-for-has-bsd-fails-on-some-BSD-systems.patch index 9ffbc87..983d263 100644 --- a/debian/patches/patch-8.1.0878-test-for-has-bsd-fails-on-some-BSD-systems.patch +++ b/debian/patches/patch-8.1.0878-test-for-has-bsd-fails-on-some-BSD-systems.patch @@ -9,8 +9,6 @@ Solution: Adjust the uname match. (James McCoy, closes #3909) src/version.c | 2 ++ 2 files changed, 4 insertions(+) -diff --git a/src/testdir/test_functions.vim b/src/testdir/test_functions.vim -index b08d9aa..e75a896 100644 --- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim @@ -1238,6 +1238,8 @@ func Test_platform_name() @@ -22,16 +20,14 @@ index b08d9aa..e75a896 100644 call assert_equal(uname =~? 'HP-UX', has('hpux')) call assert_equal(uname =~? 'Linux', has('linux')) call assert_equal(uname =~? 'Darwin', has('mac')) -diff --git a/src/version.c b/src/version.c -index 0b86826..f5f9439 100644 --- a/src/version.c +++ b/src/version.c -@@ -791,6 +791,8 @@ static char *(features[]) = - +@@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ -+/**/ -+ 878, /**/ ++ 878, ++/**/ 875, /**/ + 874, |