]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.0532: test with long directory name fails on Mac v8.0.0532
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Apr 2017 12:13:14 +0000 (14:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Apr 2017 12:13:14 +0000 (14:13 +0200)
Problem:    Test with long directory name fails on Mac.
Solution:   Skip the test on Mac systems.

src/testdir/test_edit.vim
src/version.c

index 70e6bea37df206ae6edb01e564c810ab39f3a22e..4db7bcf3a5d3580a85715686bda59ce0815777ee 100644 (file)
@@ -1324,7 +1324,7 @@ func! Test_edit_rightleft()
 endfunc
 
 func Test_edit_complete_very_long_name()
-  if !has('unix')
+  if !has('unix') || has('mac')
     " Long directory names only work on Unix.
     return
   endif
index 56ff4f6ccfc75eb7d2d1325440d30bad57a2c16f..76929e7f9db1782f8bb7c516aea96ca8ed9be279 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    532,
 /**/
     531,
 /**/