summaryrefslogtreecommitdiff
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
commitbde6f6d04da5c2ad67a0bd93e4f36c708fc58aab (patch)
treed18b7c56204a15c7aced5b5bffdcbb815d7ebb63 /runtime
parentaa5febe54b5b52ae6f6bcae56220a44eb2b1248a (diff)
downloadvim-bde6f6d04da5c2ad67a0bd93e4f36c708fc58aab.tar.gz
updated for version 7.3.171v7.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 fe518d15..6e531114 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