diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2015-08-05 16:04:33 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2015-08-07 13:06:17 +0200 |
commit | 41e9ebcf41d6cba830254ffa9e089df21b22acf8 (patch) | |
tree | 8e5eab3a5b79f0811bcfb261fdda2d771533ab41 | |
parent | d4ebbaa91aea81a9942f44afda628fbe21000897 (diff) | |
download | rneovim-41e9ebcf41d6cba830254ffa9e089df21b22acf8.tar.gz rneovim-41e9ebcf41d6cba830254ffa9e089df21b22acf8.tar.bz2 rneovim-41e9ebcf41d6cba830254ffa9e089df21b22acf8.zip |
clipboard: remove documentation for unsupported options
Both these were relevant only to the old gui implementation.
-rw-r--r-- | runtime/doc/options.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index fe1e3d57a5..a79903b358 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1427,35 +1427,6 @@ A jump table for the options with a short description can be found at |Q_op|. autoselectml Like "autoselect", but for the modeless selection only. Compare to the 'A' flag in 'guioptions'. - *clipboard-html* - html When the clipboard contains HTML, use this when - pasting. When putting text on the clipboard, mark it - as HTML. This works to copy rendered HTML from - Firefox, paste it as raw HTML in Vim, select the HTML - in Vim and paste it in a rich edit box in Firefox. - You probably want to add this only temporarily, - possibly use BufEnter autocommands. - Only supported for GTK version 2 and later. - Only available with the |+multi_byte| feature. - - *clipboard-exclude* - exclude:{pattern} - Defines a pattern that is matched against the name of - the terminal 'term'. If there is a match, no - connection will be made to the X server. This is - useful in this situation: - - Running Vim in a console. - - $DISPLAY is set to start applications on another - display. - - You do not want to connect to the X server in the - console, but do want this in a terminal emulator. - To never connect to the X server use: > - exclude:.* - The value of 'magic' is ignored, {pattern} is - interpreted as if 'magic' was on. - The rest of the option value will be used for - {pattern}, this must be the last entry. - *'cmdheight'* *'ch'* 'cmdheight' 'ch' number (default 1) global |