diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-04 15:26:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-04 15:26:32 +0200 |
| commit | 4566f7c7cda2c3a181ec58998f7c93dd17500153 (patch) | |
| tree | 049ef60e8dd071342b5c075592c035715d676fef /runtime/doc/quickref.txt | |
| parent | 9d560d5c6b02d34690ca47ee6f32e31ee4a6d90e (diff) | |
| parent | a7f34e199144bfb657c180cdc1413093fd34bdf9 (diff) | |
| download | rneovim-4566f7c7cda2c3a181ec58998f7c93dd17500153.tar.gz rneovim-4566f7c7cda2c3a181ec58998f7c93dd17500153.tar.bz2 rneovim-4566f7c7cda2c3a181ec58998f7c93dd17500153.zip | |
Merge #6432 from justinmk/guicursor
Diffstat (limited to 'runtime/doc/quickref.txt')
| -rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 7de0bba118..a918a4d34a 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -715,7 +715,6 @@ Short explanation of each option: *option-list* 'guifont' 'gfn' GUI: Name(s) of font(s) to be used 'guifontset' 'gfs' GUI: Names of multi-byte fonts to be used 'guifontwide' 'gfw' list of font names for double-wide characters -'guiheadroom' 'ghr' GUI: pixels room for window decorations 'guioptions' 'go' GUI: Which components and options are used 'guitablabel' 'gtl' GUI: custom label for a tab page 'guitabtooltip' 'gtt' GUI: custom tooltip for a tab page |