diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-30 20:27:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-30 20:27:52 +0100 |
commit | 2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (patch) | |
tree | eb505013844d366dcfb14a70ea9ab464e5abafb7 /runtime/doc/mbyte.txt | |
parent | 46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 (diff) | |
download | vim-git-2f0584910c0ea93966dfa7b3b0272dfb16ea6f91.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r-- | runtime/doc/mbyte.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index 8a25d83dc..c8cd0eb95 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1,4 +1,4 @@ -*mbyte.txt* For Vim version 8.0. Last change: 2016 Jul 21 +*mbyte.txt* For Vim version 8.0. Last change: 2017 Nov 30 VIM REFERENCE MANUAL by Bram Moolenaar et al. @@ -1257,8 +1257,8 @@ Combining forms: ============================================================================== 10. Input with imactivatefunc() *mbyte-func* -Vim has |imactivatefunc()| and |imstatusfunc()|. This is useful to -activate/deativate input method from Vim in any way, also with an external +Vim has the 'imactivatefunc' and 'imstatusfunc' options. These are useful to +activate/deativate the input method from Vim in any way, also with an external command. For example, fcitx provide fcitx-remote command: > set iminsert=2 |