diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-08 18:23:09 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-08 18:23:09 -0500 |
commit | 8bb7aa329d20cb265d8952c96c84a0e54a5726ab (patch) | |
tree | 83a0ac7a24243d357c75ee976298901642df92c2 /runtime/doc | |
parent | 8666a148ccacefe2d574eb2c1f2887b740fe6bfc (diff) | |
parent | df2eeaeb375a7a7f7cb92586b03d10260d485c90 (diff) | |
download | rneovim-8bb7aa329d20cb265d8952c96c84a0e54a5726ab.tar.gz rneovim-8bb7aa329d20cb265d8952c96c84a0e54a5726ab.tar.bz2 rneovim-8bb7aa329d20cb265d8952c96c84a0e54a5726ab.zip |
Merge pull request #1182 from bfredl/clipboard
clipboard: support separate +/* clipboards, linewise copy/paste and add tests
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 0844d74070..8672ab2af9 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7547,13 +7547,6 @@ A jump table for the options with a short description can be found at |Q_op|. Note that this causes the whole buffer to be stored in memory. Set this option to a lower value if you run out of memory. - {Nvim} *'unnamedclip'* *ucp'* -'unnamedclip' 'ucp' boolean (default off) - global - Use the unnamed register to access the clipboard(when available). - This option has the same effect of setting 'clipboard' to - 'unnamed/unnamedplus' in Vim. - *'updatecount'* *'uc'* 'updatecount' 'uc' number (default: 200) global |