comparison runtime/doc/cmdline.txt @ 5510:d7d7bac1a163

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 13:53:34 +0100
parents 6367a766027d
children 80e5f9584b02
comparison
equal deleted inserted replaced
5509:7adbbf32444e 5510:d7d7bac1a163
1 *cmdline.txt* For Vim version 7.4. Last change: 2013 Mar 16 1 *cmdline.txt* For Vim version 7.4. Last change: 2013 Nov 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
756 In Ex commands, at places where a file name can be used, the following 756 In Ex commands, at places where a file name can be used, the following
757 characters have a special meaning. These can also be used in the expression 757 characters have a special meaning. These can also be used in the expression
758 function expand() |expand()|. 758 function expand() |expand()|.
759 % Is replaced with the current file name. *:_%* *c_%* 759 % Is replaced with the current file name. *:_%* *c_%*
760 # Is replaced with the alternate file name. *:_#* *c_#* 760 # Is replaced with the alternate file name. *:_#* *c_#*
761 This is remembered for every window.
761 #n (where n is a number) is replaced with *:_#0* *:_#n* 762 #n (where n is a number) is replaced with *:_#0* *:_#n*
762 the file name of buffer n. "#0" is the same as "#". *c_#n* 763 the file name of buffer n. "#0" is the same as "#". *c_#n*
763 ## Is replaced with all names in the argument list *:_##* *c_##* 764 ## Is replaced with all names in the argument list *:_##* *c_##*
764 concatenated, separated by spaces. Each space in a name 765 concatenated, separated by spaces. Each space in a name
765 is preceded with a backslash. 766 is preceded with a backslash.