mirror of
https://github.com/lilydjwg/fcitx.vim.git
synced 2025-12-27 02:24:57 +08:00
minor update for Mac OS X
This commit is contained in:
parent
cf7e2ab555
commit
b31a3c7a08
2 changed files with 5 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue