summaryrefslogtreecommitdiff
path: root/runtime/doc/cmdline.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-23 22:13:51 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-23 22:13:51 +0000
commit8fa0445c4f8dc3b1519fc8f6365005cd3fcdce8b (patch)
tree32b400ed061d21295beb40502f666a2f2b783b7d /runtime/doc/cmdline.txt
parent5c2f050d91238962d2ea4895c5613030ec212459 (diff)
downloadvim-8fa0445c4f8dc3b1519fc8f6365005cd3fcdce8b.zip
updated for version 7.0176
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r--runtime/doc/cmdline.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index ec354ec9d..f577ef24e 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -1,4 +1,4 @@
-*cmdline.txt* For Vim version 7.0aa. Last change: 2005 Nov 21
+*cmdline.txt* For Vim version 7.0aa. Last change: 2005 Dec 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -692,6 +692,12 @@ output.
==============================================================================
6. Ex special characters *cmdline-special*
+Note: These are special characters in the executed command line. If you want
+to insert special things while typing you can use the CTRL-R command. For
+example, "%" stands for the current file name, while CTRL-R % inserts the
+current file name right away. See |c_CTRL-R|.
+
+
In Ex commands, at places where a file name can be used, the following
characters have a special meaning. These can also be used in the expression
function expand() |expand()|.