diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-28 13:53:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-28 13:53:34 +0100 |
commit | 3678208477b1f0586128f7f18a6382d342c0c960 (patch) | |
tree | c96e68878f240a8bb87c1da6d25971d5b9bd4d42 /runtime/doc/cmdline.txt | |
parent | c62a644eaf31ff1ea6e3d569d0fe8c9d4eb3d908 (diff) | |
download | vim-3678208477b1f0586128f7f18a6382d342c0c960.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index c309a0f7a..9d7c5f56f 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.4. Last change: 2013 Mar 16 +*cmdline.txt* For Vim version 7.4. Last change: 2013 Nov 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -758,6 +758,7 @@ characters have a special meaning. These can also be used in the expression function expand() |expand()|. % Is replaced with the current file name. *:_%* *c_%* # Is replaced with the alternate file name. *:_#* *c_#* + This is remembered for every window. #n (where n is a number) is replaced with *:_#0* *:_#n* the file name of buffer n. "#0" is the same as "#". *c_#n* ## Is replaced with all names in the argument list *:_##* *c_##* |