Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
h-youhei committed Mar 11, 2017
1 parent 11bfbef commit 3a99237
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/vim-fcitx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CONTENTS *vim-fcitx-contents*
Introduction |vim-fcitx-Introduction|
Install |vim-fcitx-install|
Functions |vim-fcitx-functions|
Variables |vim-fcitx-Variables|
FAQ |vim-fcitx-faq|

==============================================================================
Expand Down Expand Up @@ -42,7 +43,7 @@ fcitx#toggle() *fcitx#toggle()*

fcitx#is_on() *fcitx#is_on()*
return fcitx state
if fcitx
if fcitx is
on: |v:true|
off: |v:false|

Expand All @@ -68,7 +69,7 @@ g:fcitx#handle_search_command *g:fcitx#handle_search_command*
default: |v:false|

Whether the plugin does setting for handling search mode.
See |vim-fcitx-search|
For more information, see |vim-fcitx-search|.

==============================================================================
FAQ *vim-fcitx-faq*
Expand All @@ -78,7 +79,7 @@ Q: How can I handle fcitx state automatically when I enter/leave search command?

A:
>
let g:fcitx#handle_search_mode = v:true
let g:fcitx#handle_search_command = v:true
<
If you want to do setting more flexible, you can refer below code.
>
Expand Down

0 comments on commit 3a99237

Please sign in to comment.