diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 07:31:57 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 09:39:12 +0100 |
commit | eb4aab7173fa1733f77bb6d7117351b47ada6134 (patch) | |
tree | f0de434d3c3b819b5aff258c4dab6f47f30ba412 /runtime | |
parent | ada1956206bed726b765ebba7e768ac7eede9709 (diff) | |
download | rneovim-eb4aab7173fa1733f77bb6d7117351b47ada6134.tar.gz rneovim-eb4aab7173fa1733f77bb6d7117351b47ada6134.tar.bz2 rneovim-eb4aab7173fa1733f77bb6d7117351b47ada6134.zip |
ui: forward 'linespace' option #7883
ref #7520
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/ui.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 067aad1f93..b3139f3298 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3676,7 +3676,7 @@ A jump table for the options with a short description can be found at |Q_op|. < Minimum value is 2, maximum value is 1000. *'linespace'* *'lsp'* -'linespace' 'lsp' number (default 0, 1 for Win32 GUI) +'linespace' 'lsp' number (default 0) global {only in the GUI} Number of pixel lines inserted between characters. Useful if the font diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index e1c5523202..1b3c10b71e 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -90,6 +90,7 @@ Global Events *ui-global* 'guifont' 'guifontset' 'guifontwide' + 'linespace' 'showtabline' 'termguicolors' |