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/options.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/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9ea14af197..71c2ba13d3 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3539,7 +3539,7 @@ A jump table for the options with a short description can be found at |Q_op|. See |highlight-default| for the default highlight groups. *'hlsearch'* *'hls'* *'nohlsearch'* *'nohls'* -'hlsearch' 'hls' boolean (default off) +'hlsearch' 'hls' boolean (default on) global {not available when compiled without the |+extra_search| feature} |