Merge pull request #24 from zeertzjq/patch-1

feat: support backward search mode
This commit is contained in:
依云 2021-06-25 16:01:20 +08:00 committed by GitHub
commit fcef347398
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()
endif
au InsertEnter * py3 fcitx2zh()
au CmdlineEnter / py3 fcitx2zh()
au CmdlineLeave / py3 fcitx2en()
au CmdlineEnter [/\?] py3 fcitx2zh()
au CmdlineLeave [/\?] py3 fcitx2en()
endif
endtry
" ---------------------------------------------------------------------