mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 7.4.1333
Problem: Channel test fails on non-darwin builds. Solution: Add the "osx" feature and test for that. (Kazunobu Kuriyama)
This commit is contained in:
@@ -28,7 +28,7 @@ else
|
||||
finish
|
||||
endif
|
||||
|
||||
let s:chopt = has('macunix') ? {'waittime' : 1} : {}
|
||||
let s:chopt = has('osx') ? {'waittime' : 1} : {}
|
||||
|
||||
" Run "testfunc" after sarting the server and stop the server afterwards.
|
||||
func s:run_server(testfunc)
|
||||
|
Reference in New Issue
Block a user