summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-05 14:26:41 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-05 14:26:41 +0200
commit85de20665f3ed48345b79cd0920af41397544141 (patch)
treeb98afef3eb7390370eb7fd46ab0bcedd712da5f4 /runtime
parent72bb0d64554d671deb70724774f2a93c2d17c407 (diff)
updated for version 7.3.171v7.3.171
Problem: When the clipboard isn't supported: ":yank*" gives a confusing error message. Solution: Specifically mention that the register name is invalid. (Jean-Rene David)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/change.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index fe518d1502..6e53111454 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -917,8 +917,10 @@ inside of strings can change! Also see 'softtabstop' option. >
{Visual}["x]Y Yank the highlighted lines [into register x] (for
{Visual} see |Visual-mode|). {not in Vi}
- *:y* *:yank*
-:[range]y[ank] [x] Yank [range] lines [into register x].
+ *:y* *:yank* *E850*
+:[range]y[ank] [x] Yank [range] lines [into register x]. Yanking to the
+ "* or "+ registers is possible only in GUI versions or
+ when the |+xterm_clipboard| feature is included.
:[range]y[ank] [x] {count}
Yank {count} lines, starting with last line number