minor update for Mac OS X

This commit is contained in:
lilydjwg 2015-11-03 19:00:52 +08:00
parent cf7e2ab555
commit b31a3c7a08
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ if (has("win32") || has("win95") || has("win64") || has("win16"))
" Windows 下不要载入
finish
endif
if !exists('$DISPLAY') || exists('$SSH_TTY') || has('gui_macvim')
if !(exists('$DISPLAY') || has('gui_macvim')) || exists('$SSH_TTY')
finish
endif
if &cp || exists("g:loaded_fcitx") || !executable("fcitx-remote")