feat: support search mode

This commit is contained in:
Yufan You 2021-04-18 12:56:50 +08:00 committed by lilydjwg
parent 54febc8b22
commit 5a5f297d4e
2 changed files with 4 additions and 2 deletions

View file

@ -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
" ---------------------------------------------------------------------