aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-20 15:59:25 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-07-20 03:48:33 -0400
commitb4a5871809d14c9c0faa87a7a80cee8dcccff749 (patch)
tree046b70bb1ae928e1b7dac40e5d86afcdf07fd33a /runtime/doc/vim_diff.txt
parent259db27aefba280a9c154017b8e852c6d70abdfc (diff)
downloadrneovim-b4a5871809d14c9c0faa87a7a80cee8dcccff749.tar.gz
rneovim-b4a5871809d14c9c0faa87a7a80cee8dcccff749.tar.bz2
rneovim-b4a5871809d14c9c0faa87a7a80cee8dcccff749.zip
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
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 02edabc944..5e6a89b7fe 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -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