comparison runtime/doc/cmdline.txt @ 2709:b01a37ab556b

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 14:42:19 +0100
parents 916c90b37ea9
children b0d34143ebfc
comparison
equal deleted inserted replaced
2708:e44523d45bf5 2709:b01a37ab556b
1 *cmdline.txt* For Vim version 7.3. Last change: 2010 Nov 28 1 *cmdline.txt* For Vim version 7.3. Last change: 2011 Feb 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
780 \\# \# 780 \\# \#
781 781
782 *:<cword>* *:<cWORD>* *:<cfile>* *<cfile>* 782 *:<cword>* *:<cWORD>* *:<cfile>* *<cfile>*
783 *:<sfile>* *<sfile>* *:<afile>* *<afile>* 783 *:<sfile>* *<sfile>* *:<afile>* *<afile>*
784 *:<abuf>* *<abuf>* *:<amatch>* *<amatch>* 784 *:<abuf>* *<abuf>* *:<amatch>* *<amatch>*
785 *E495* *E496* *E497* *E499* *E500* 785 *<slnum>* *E495* *E496* *E497* *E499* *E500*
786 Note: these are typed literally, they are not special keys! 786 Note: these are typed literally, they are not special keys!
787 <cword> is replaced with the word under the cursor (like |star|) 787 <cword> is replaced with the word under the cursor (like |star|)
788 <cWORD> is replaced with the WORD under the cursor (see |WORD|) 788 <cWORD> is replaced with the WORD under the cursor (see |WORD|)
789 <cfile> is replaced with the path name under the cursor (like what 789 <cfile> is replaced with the path name under the cursor (like what
790 |gf| uses) 790 |gf| uses)