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:
Felipe Morales
2015-06-20 15:59:25 -03:00
committed by Justin M. Keyes
parent 259db27aef
commit b4a5871809
4 changed files with 4 additions and 4 deletions

View File

@@ -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