vim-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.
c77d675747
This commit is contained in:
ckelsel 2018-06-16 19:40:58 +08:00
parent 9a1234e57f
commit 264725c25f

View File

@ -1324,7 +1324,7 @@ func Test_edit_quit()
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