diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2015-08-05 15:57:34 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2015-08-07 13:06:13 +0200 |
commit | d4ebbaa91aea81a9942f44afda628fbe21000897 (patch) | |
tree | 44fccceb395cf04d4a6f4e1f4c71b0be7b932425 /runtime/doc/options.txt | |
parent | 162361abac6305e5f2bbab03877b0a836a28e60a (diff) | |
download | rneovim-d4ebbaa91aea81a9942f44afda628fbe21000897.tar.gz rneovim-d4ebbaa91aea81a9942f44afda628fbe21000897.tar.bz2 rneovim-d4ebbaa91aea81a9942f44afda628fbe21000897.zip |
clipboard: support clipboard=unnamedplus,unnamed
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index fea8a59a74..fe1e3d57a5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1402,8 +1402,8 @@ A jump table for the options with a short description can be found at |Q_op|. register '*' for all yank, delete, change and put operations which would normally go to the unnamed register. When "unnamed" is also included to the - option, yank operations (but not delete, change or - put) will additionally copy the text into register + option, yank and delete operations (but not put) + will additionally copy the text into register '*'. See |nvim-clipboard|. < *clipboard-autoselect* |