feat: support backward search mode

This commit is contained in:
zeertzjq 2021-06-25 15:54:03 +08:00 committed by GitHub
parent 92ef27262d
commit bc068d0556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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