diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-05 14:26:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-05 14:26:41 +0200 |
commit | 85de20665f3ed48345b79cd0920af41397544141 (patch) | |
tree | b98afef3eb7390370eb7fd46ab0bcedd712da5f4 /runtime | |
parent | 72bb0d64554d671deb70724774f2a93c2d17c407 (diff) | |
download | vim-85de20665f3ed48345b79cd0920af41397544141.zip |
updated for version 7.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.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index fe518d150..6e5311145 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 |