feat: support backward search mode

This commit is contained in:
zeertzjq 2021-06-25 15:54:03 +08:00 committed by lilydjwg
parent 5a5f297d4e
commit 9eea2f36b6

View file

@ -21,8 +21,8 @@ try " abort on fail
au InsertLeave * py3 fcitx2en()
endif
au InsertEnter * py3 fcitx2zh()
au CmdlineEnter / py3 fcitx2zh()
au CmdlineLeave / py3 fcitx2en()
au CmdlineEnter [/\?] py3 fcitx2zh()
au CmdlineLeave [/\?] py3 fcitx2en()
endif
endtry
" ---------------------------------------------------------------------