mirror of
https://github.com/lilydjwg/fcitx.vim.git
synced 2026-05-14 17:41:12 +08:00
parent
4c6ec0e384
commit
92ef27262d
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ try:
|
||||||
Fcitx = FcitxComm()
|
Fcitx = FcitxComm()
|
||||||
fcitx_loaded = True
|
fcitx_loaded = True
|
||||||
except dbus.exceptions.DBusException as e:
|
except dbus.exceptions.DBusException as e:
|
||||||
vim.command('echohl WarningMsg | echom "fcitx.vim not loaded: %s" | echohl NONE' % e)
|
if not vim.vars.get('silent_unsupported'):
|
||||||
|
vim.command('echohl WarningMsg | echom "fcitx.vim not loaded: %s" | echohl NONE' % e)
|
||||||
fcitx_loaded = False
|
fcitx_loaded = False
|
||||||
|
|
||||||
def may_reconnect(func):
|
def may_reconnect(func):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue