We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b81079 commit c77d675Copy full SHA for c77d675
2 files changed
src/testdir/test_edit.vim
@@ -1324,7 +1324,7 @@ func! Test_edit_rightleft()
1324
endfunc
1325
1326
func Test_edit_complete_very_long_name()
1327
- if !has('unix')
+ if !has('unix') || has('mac')
1328
" Long directory names only work on Unix.
1329
return
1330
endif
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 532,
769
/**/
770
531,
771
0 commit comments