diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2014-12-08 23:42:57 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2014-12-08 23:42:57 +0100 |
commit | df2eeaeb375a7a7f7cb92586b03d10260d485c90 (patch) | |
tree | 0c041625fca2e59cba978b515f8db0e1d0f0cd1e | |
parent | 9a0ec687d93ece7fea7383bcc7971cf9bc4735d3 (diff) | |
download | rneovim-df2eeaeb375a7a7f7cb92586b03d10260d485c90.tar.gz rneovim-df2eeaeb375a7a7f7cb92586b03d10260d485c90.tar.bz2 rneovim-df2eeaeb375a7a7f7cb92586b03d10260d485c90.zip |
docs: remove unnamedclip option
-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 |