feat: support search mode

This commit is contained in:
Yufan You 2021-04-18 12:56:50 +08:00
parent c038116610
commit bbca697f3c
No known key found for this signature in database
GPG key ID: 863A0F9FA8127FA4
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
" ---------------------------------------------------------------------