diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-06-20 16:40:03 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-20 16:40:03 -0400 |
commit | 9ebb5c681b92c3c26171aa5514cd18a17dd62bad (patch) | |
tree | 09d51fae3c962dfc37fbafa96c50c8ec4ef71b1a /runtime/doc/vim_diff.txt | |
parent | ffeffcb6cd056c4cdab79bb97c3cb1e42f68d906 (diff) | |
download | rneovim-9ebb5c681b92c3c26171aa5514cd18a17dd62bad.tar.gz rneovim-9ebb5c681b92c3c26171aa5514cd18a17dd62bad.tar.bz2 rneovim-9ebb5c681b92c3c26171aa5514cd18a17dd62bad.zip |
defaults: enable 'hlsearch' by default. #2859
Also update the documentation regarding the option.
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 37c0aa9e7a..0f32e1ea64 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" +- 'hlsearch' is set by default - 'incsearch' is set by default - 'langnoremap' is set by default - 'mouse' defaults to "a" |