update from vim-scripts mirror

This commit is contained in:
lilydjwg 2013-11-05 11:02:56 +08:00
parent 9c757c161d
commit dc5455d2f2
3 changed files with 10 additions and 5 deletions

View file

@ -1,7 +1,6 @@
" fcitx.vim 记住插入模式小企鹅输入法的状态
" Author: lilydjwg
" Maintainer: lilydjwg
" Last Change: 2010-11-18
" Note: 另有使用 Python3 接口的新版本
" ---------------------------------------------------------------------
" Load Once:
@ -9,8 +8,7 @@ if (has("win32") || has("win95") || has("win64") || has("win16"))
" Windows 下不要载入
finish
endif
if !exists('$DISPLAY')
" 没有 X不要载入
if !exists('$DISPLAY') || exists('$SSH_TTY') || has('gui_macvim')
finish
endif
if &cp || exists("g:loaded_fcitx") || !executable("fcitx-remote")