comparison runtime/doc/cmdline.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 da55ea30842c
children 3b26420fc639
comparison
equal deleted inserted replaced
12498:bf98d339b568 12499:d91cf2e26ef0
1 *cmdline.txt* For Vim version 8.0. Last change: 2017 Jul 11 1 *cmdline.txt* For Vim version 8.0. Last change: 2017 Sep 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
824 Also see |`=|. 824 Also see |`=|.
825 825
826 *:<cword>* *:<cWORD>* *:<cfile>* *<cfile>* 826 *:<cword>* *:<cWORD>* *:<cfile>* *<cfile>*
827 *:<sfile>* *<sfile>* *:<afile>* *<afile>* 827 *:<sfile>* *<sfile>* *:<afile>* *<afile>*
828 *:<abuf>* *<abuf>* *:<amatch>* *<amatch>* 828 *:<abuf>* *<abuf>* *:<amatch>* *<amatch>*
829 *:<cexpr>* *<cexpr>*
829 *<slnum>* *E495* *E496* *E497* *E499* *E500* 830 *<slnum>* *E495* *E496* *E497* *E499* *E500*
830 Note: these are typed literally, they are not special keys! 831 Note: these are typed literally, they are not special keys!
831 <cword> is replaced with the word under the cursor (like |star|) 832 <cword> is replaced with the word under the cursor (like |star|)
832 <cWORD> is replaced with the WORD under the cursor (see |WORD|) 833 <cWORD> is replaced with the WORD under the cursor (see |WORD|)
833 <cexpr> is replaced with the word under the cursor, including more 834 <cexpr> is replaced with the word under the cursor, including more