mirror of
https://github.com/lilydjwg/fcitx.vim.git
synced 2025-12-27 02:24:57 +08:00
feat: support search mode
This commit is contained in:
parent
c038116610
commit
bbca697f3c
2 changed files with 4 additions and 2 deletions
|
|
@ -21,6 +21,8 @@ try " abort on fail
|
|||
au InsertLeave * py3 fcitx2en()
|
||||
endif
|
||||
au InsertEnter * py3 fcitx2zh()
|
||||
au CmdlineEnter / py3 fcitx2zh()
|
||||
au CmdlineLeave / py3 fcitx2en()
|
||||
endif
|
||||
endtry
|
||||
" ---------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue