summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-16 21:53:56 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-16 21:53:56 +0000
commit6bab4d1fd761c6489e63d53d7834344cb0d3a74e (patch)
tree1e3cc5ae62da9aee2747a6f8c66fe919f4f130a2 /runtime/doc/change.txt
parentcf851ce930d177b4c6e5b2a108c190a5c66e3376 (diff)
updated for version 7.0086
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index a6eed40155..31feaf56e0 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2005 May 31
+*change.txt* For Vim version 7.0aa. Last change: 2005 Jun 16
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1074,9 +1074,12 @@ normal command-line editing commands are available, including a special
history for expressions. When you end the command-line by typing <CR>, Vim
computes the result of the expression. If you end it with <Esc>, Vim abandons
the expression. If you do not enter an expression, Vim uses the previous
-expression (like with the "/" command). If the "= register is used for the
-"p" command, the string is split up at <NL> characters. If the string ends in
-a <NL>, it is regarded as a linewise register. {not in Vi}
+expression (like with the "/" command). The expression must evaluate to a
+string. If the result is a number it's turned into a string. A List,
+Dictionary or FuncRef results in an error message (use string() to convert).
+If the "= register is used for the "p" command, the string is split up at <NL>
+characters. If the string ends in a <NL>, it is regarded as a linewise
+register. {not in Vi}
7. Selection and drop registers "*, "+ and "~
Use these register for storing and retrieving the selected text for the GUI.