diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-19 22:06:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-19 22:06:03 +0200 |
commit | 37c64c78fd87e086b5a945ad7032787c274e2dcb (patch) | |
tree | 01639bc116fb3c7300537c097ab007abf1521ff0 /runtime/doc/quickref.txt | |
parent | e22bbf65088a01b465918919782c19eb291f9cf0 (diff) | |
download | vim-git-37c64c78fd87e086b5a945ad7032787c274e2dcb.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 326b40504..c4d67907e 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.0. Last change: 2017 Aug 19 +*quickref.txt* For Vim version 8.0. Last change: 2017 Sep 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -749,6 +749,7 @@ Short explanation of each option: *option-list* 'iminsert' 'imi' use :lmap or IM in Insert mode 'imsearch' 'ims' use :lmap or IM when typing a search pattern 'imstatusfunc' 'imsf' function to obtain X input method status +'imstyle' 'imst' specifies the input style of the input method 'include' 'inc' pattern to be used to find an include file 'includeexpr' 'inex' expression used to process an include line 'incsearch' 'is' highlight match while typing search pattern |