mirror of
https://github.com/lilydjwg/fcitx.vim.git
synced 2025-12-26 18:14:57 +08:00
parent
4c6ec0e384
commit
92ef27262d
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ try:
|
|||
Fcitx = FcitxComm()
|
||||
fcitx_loaded = True
|
||||
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
|
||||
|
||||
def may_reconnect(func):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue