diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-13 21:05:37 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-13 21:35:47 -0300 |
commit | 40a8193c6a1414293a25d00f1724017e728173a1 (patch) | |
tree | 745bb1dda500c3a1702776463191cd3f657e3e10 | |
parent | c66959d115a205050443e1bb24732783b91d210f (diff) | |
download | rneovim-40a8193c6a1414293a25d00f1724017e728173a1.tar.gz rneovim-40a8193c6a1414293a25d00f1724017e728173a1.tar.bz2 rneovim-40a8193c6a1414293a25d00f1724017e728173a1.zip |
runtime: Document 'unnamedclip'
-rw-r--r-- | runtime/doc/options.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index d38fb84f10..293d113c1f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7647,6 +7647,13 @@ 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 @@ -8311,4 +8318,4 @@ A jump table for the options with a short description can be found at |Q_op|. screen. When non-zero, characters are sent to the terminal one by one. For MS-DOS pcterm this does not work. For debugging purposes. - vim:tw=78:ts=8:ft=help:norl: + vim:tw=78:ts=8:ft=help:noet:norl: |