comparison runtime/doc/cmdline.txt @ 617:1797ca316f1c

updated for version 7.0176
author vimboss
date Fri, 23 Dec 2005 22:13:51 +0000
parents 862863033fdd
children 9e359e5759f6
comparison
equal deleted inserted replaced
616:59cf24598e9c 617:1797ca316f1c
1 *cmdline.txt* For Vim version 7.0aa. Last change: 2005 Nov 21 1 *cmdline.txt* For Vim version 7.0aa. Last change: 2005 Dec 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
689 The flags can be combined, thus "l#" uses both a line number and |:list| style 689 The flags can be combined, thus "l#" uses both a line number and |:list| style
690 output. 690 output.
691 691
692 ============================================================================== 692 ==============================================================================
693 6. Ex special characters *cmdline-special* 693 6. Ex special characters *cmdline-special*
694
695 Note: These are special characters in the executed command line. If you want
696 to insert special things while typing you can use the CTRL-R command. For
697 example, "%" stands for the current file name, while CTRL-R % inserts the
698 current file name right away. See |c_CTRL-R|.
699
694 700
695 In Ex commands, at places where a file name can be used, the following 701 In Ex commands, at places where a file name can be used, the following
696 characters have a special meaning. These can also be used in the expression 702 characters have a special meaning. These can also be used in the expression
697 function expand() |expand()|. 703 function expand() |expand()|.
698 % is replaced with the current file name *:_%* 704 % is replaced with the current file name *:_%*