summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-04 21:55:20 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-04 21:55:20 +0000
commit51485f06246966898f7c00e2e53b1ba4c6855cf7 (patch)
treec1cfe02ab088ea7a4423f15829e4083303d62a89 /runtime/doc/map.txt
parent4debb442bd885d182d7f77d1dfcdf143fd7cbf88 (diff)
updated for version 7.0079
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 1119618d79..18da9ccc06 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
+*map.txt* For Vim version 7.0aa. Last change: 2005 Jun 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1032,6 +1032,7 @@ The valid escape sequences are
If the first two characters of an escape sequence are "q-" (for example,
<q-args>) then the value is quoted in such a way as to make it a valid value
for use in an expression. This uses the argument as one single value.
+When there is no argument <q-args> is an empty string.
To allow commands to pass their arguments on to a user-defined function, there
is a special form <f-args> ("function args"). This splits the command