mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
defaults: set 'history' to 10000 by default. #2868
Note: the new history value is the max allowed. Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
committed by
Justin M. Keyes
parent
259db27aef
commit
b4a5871809
@@ -35,6 +35,7 @@ these differences.
|
||||
- 'display' defaults to "lastline"
|
||||
- 'encoding' defaults to "utf-8"
|
||||
- 'formatoptions' defaults to "tcqj"
|
||||
- 'history' defaults to 10000 (the maximum)
|
||||
- 'hlsearch' is set by default
|
||||
- 'incsearch' is set by default
|
||||
- 'langnoremap' is set by default
|
||||
|
||||
Reference in New Issue
Block a user