diff options
author | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-09-17 17:19:46 +0200 |
---|---|---|
committer | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-09-17 19:38:24 +0200 |
commit | e3289e53540e6163128bec8865f433cc8c1b1d06 (patch) | |
tree | 9f0e4617b0b265475caf0227538c033694673255 /runtime/doc/quickref.txt | |
parent | 5d8f06fdc7f16b16fa958442032e72a88843c590 (diff) | |
download | rneovim-e3289e53540e6163128bec8865f433cc8c1b1d06.tar.gz rneovim-e3289e53540e6163128bec8865f433cc8c1b1d06.tar.bz2 rneovim-e3289e53540e6163128bec8865f433cc8c1b1d06.zip |
doc: mark 'toolbar' and 'toolbariconsize' as removed.
These options have been removed from the code, so also mark them as
removed in the docs
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index b9ee60318a..c42d98ba90 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -898,8 +898,6 @@ Short explanation of each option: *option-list* 'titlelen' percentage of 'columns' used for window title 'titleold' old title, restored when exiting 'titlestring' string to use for the Vim window title -'toolbar' 'tb' GUI: which items to show in the toolbar -'toolbariconsize' 'tbis' size of the toolbar icons (for GTK 2 only) 'ttimeout' time out on mappings 'ttimeoutlen' 'ttm' time out time for key codes in milliseconds 'ttytype' 'tty' alias for 'term' |