diff options
author | Arno Friedrich <afriedr@posteo.de> | 2017-11-08 04:59:28 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-08 23:28:14 +0100 |
commit | a48e078c0d0ec3f4abc5f26e26a24032d1614649 (patch) | |
tree | f7f882ec12af231d9da23f1a9e47c3dbdfbd4226 | |
parent | e98bcf0523ce28c5159725cee1ec0662355aa65d (diff) | |
download | rneovim-a48e078c0d0ec3f4abc5f26e26a24032d1614649.tar.gz rneovim-a48e078c0d0ec3f4abc5f26e26a24032d1614649.tar.bz2 rneovim-a48e078c0d0ec3f4abc5f26e26a24032d1614649.zip |
doc: 'clipboard': soft-remove autoselect* flags #7509
We may restore this feature, but docs shouldn't mention it until then.
ref #2325
-rw-r--r-- | runtime/doc/options.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 016592925d..f58532824c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1319,27 +1319,6 @@ A jump table for the options with a short description can be found at |Q_op|. will additionally copy the text into register '*'. See |clipboard|. - *clipboard-autoselect* - 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 - windowing system's global selection or put the - selected text on the clipboard used by the selection - register "*. See |guioptions_a| and |quotestar| for - details. When the GUI is active, the 'a' flag in - 'guioptions' is used, when the GUI is not active, this - "autoselect" flag is used. - Also applies to the modeless selection. - - *clipboard-autoselectplus* - autoselectplus Like "autoselect" but using the + register instead of - the * register. Compare to the 'P' flag in - 'guioptions'. - - *clipboard-autoselectml* - autoselectml Like "autoselect", but for the modeless selection - only. Compare to the 'A' flag in 'guioptions'. - *'cmdheight'* *'ch'* 'cmdheight' 'ch' number (default 1) global |