mirror of
https://github.com/lilydjwg/fcitx.vim.git
synced 2026-01-05 01:35:07 +08:00
feat: support backward search mode
This commit is contained in:
parent
5a5f297d4e
commit
9eea2f36b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
" ---------------------------------------------------------------------
|
" ---------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue