diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-18 23:02:36 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-20 16:19:16 -0400 |
commit | ffeffcb6cd056c4cdab79bb97c3cb1e42f68d906 (patch) | |
tree | 4e5b077dfb7fef21171b722a7be7548c2fb97a7a /runtime/doc/vim_diff.txt | |
parent | 6cfe98c66e1f891497b2bf5aaba8c750d3037703 (diff) | |
download | rneovim-ffeffcb6cd056c4cdab79bb97c3cb1e42f68d906.tar.gz rneovim-ffeffcb6cd056c4cdab79bb97c3cb1e42f68d906.tar.bz2 rneovim-ffeffcb6cd056c4cdab79bb97c3cb1e42f68d906.zip |
defaults: enable 'incsearch' by default. #2858
This also updates the documentation about 'incsearch'.
Re: https://github.com/neovim/neovim/issues/2676
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index b0cb8330e1..37c0aa9e7a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -34,6 +34,7 @@ these differences. - 'complete' doesn't include "i" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" +- 'incsearch' is set by default - 'langnoremap' is set by default - 'mouse' defaults to "a" - 'nocompatible' is always set |