comparison runtime/doc/quickref.txt @ 12499:d91cf2e26ef0

Update runtime files. commit https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 19 22:06:03 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Sep 2017 22:15:06 +0200
parents 8d76a56861ec
children 3b26420fc639
comparison
equal deleted inserted replaced
12498:bf98d339b568 12499:d91cf2e26ef0
1 *quickref.txt* For Vim version 8.0. Last change: 2017 Aug 19 1 *quickref.txt* For Vim version 8.0. Last change: 2017 Sep 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
747 'imcmdline' 'imc' use IM when starting to edit a command line 747 'imcmdline' 'imc' use IM when starting to edit a command line
748 'imdisable' 'imd' do not use the IM in any mode 748 'imdisable' 'imd' do not use the IM in any mode
749 'iminsert' 'imi' use :lmap or IM in Insert mode 749 'iminsert' 'imi' use :lmap or IM in Insert mode
750 'imsearch' 'ims' use :lmap or IM when typing a search pattern 750 'imsearch' 'ims' use :lmap or IM when typing a search pattern
751 'imstatusfunc' 'imsf' function to obtain X input method status 751 'imstatusfunc' 'imsf' function to obtain X input method status
752 'imstyle' 'imst' specifies the input style of the input method
752 'include' 'inc' pattern to be used to find an include file 753 'include' 'inc' pattern to be used to find an include file
753 'includeexpr' 'inex' expression used to process an include line 754 'includeexpr' 'inex' expression used to process an include line
754 'incsearch' 'is' highlight match while typing search pattern 755 'incsearch' 'is' highlight match while typing search pattern
755 'indentexpr' 'inde' expression used to obtain the indent of a line 756 'indentexpr' 'inde' expression used to obtain the indent of a line
756 'indentkeys' 'indk' keys that trigger indenting with 'indentexpr' 757 'indentkeys' 'indk' keys that trigger indenting with 'indentexpr'