mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
defaults: set 'display' to "lastline" by default.
Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
committed by
Justin M. Keyes
parent
7e7d78b2a6
commit
2c40d117e6
@@ -2253,7 +2253,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
security reasons.
|
||||
|
||||
*'display'* *'dy'*
|
||||
'display' 'dy' string (default "")
|
||||
'display' 'dy' string (default "lastline", Vi default: "")
|
||||
global
|
||||
Change the way text is displayed. This is comma separated list of
|
||||
flags:
|
||||
|
||||
@@ -32,6 +32,7 @@ these differences.
|
||||
- 'autoindent' is set by default.
|
||||
- 'backspace' defaults to "indent,eol,start"
|
||||
- 'complete' doesn't include "i"
|
||||
- 'display' defaults to "lastline"
|
||||
- 'encoding' defaults to "utf-8"
|
||||
- 'formatoptions' defaults to "tcqj"
|
||||
- 'hlsearch' is set by default
|
||||
|
||||
Reference in New Issue
Block a user