mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.0.0532: test with long directory name fails on Mac
Problem: Test with long directory name fails on Mac. Solution: Skip the test on Mac systems.
This commit is contained in:
@@ -1324,7 +1324,7 @@ func! Test_edit_rightleft()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_edit_complete_very_long_name()
|
func Test_edit_complete_very_long_name()
|
||||||
if !has('unix')
|
if !has('unix') || has('mac')
|
||||||
" Long directory names only work on Unix.
|
" Long directory names only work on Unix.
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
532,
|
||||||
/**/
|
/**/
|
||||||
531,
|
531,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user