summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-12-02 21:43:16 +0100
committerBram Moolenaar <bram@vim.org>2010-12-02 21:43:16 +0100
commit4547c7516bf5ccb27e7258a0f5ba977b39ab05be (patch)
treeeffcb3c265844253be0ba2cdf7ca27ba83f6c6a8 /runtime
parent8a7b9f40fee2e578e12d39c3d2c10f27b570b3fa (diff)
downloadvim-4547c7516bf5ccb27e7258a0f5ba977b39ab05be.tar.gz
updated for version 7.3.074v7.3.074v7-3-074
Problem: Can't use the "+ register like "* for yank and put. Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 425f9831..49149ccf 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1434,6 +1434,15 @@ A jump table for the options with a short description can be found at |Q_op|.
explicitly accessed using the "* notation. Also see
|gui-clipboard|.
+ unnamedplus A variant of "unnamed" flag which uses the clipboard
+ register '+' (|quoteplus|) instead of register '*' for
+ all operations except yank. Yank shall copy the text
+ into register '+' and also into '*' when "unnamed" is
+ included.
+ Only available with the |+x11| feature.
+ Availability can be checked with: >
+ if has('unnamedplus')
+<
autoselect Works like the 'a' flag in 'guioptions': If present,
then whenever Visual mode is started, or the Visual
area extended, Vim tries to become the owner of the