diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/option.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/nvim/option.c b/src/nvim/option.c index 0ee8fc19b4..9eb581909e 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -880,9 +880,9 @@ static vimoption_T    {"hkmapp",      "hkp",  P_BOOL|P_VI_DEF|P_VIM,     (char_u *)&p_hkmapp, PV_NONE,     {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT}, -  {"hlsearch",    "hls",  P_BOOL|P_VI_DEF|P_VIM|P_RALL, +  {"hlsearch",    "hls",  P_BOOL|P_VIM|P_RALL,     (char_u *)&p_hls, PV_NONE, -   {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT}, +   {(char_u *)FALSE, (char_u *)TRUE} SCRIPTID_INIT},    {"icon",        NULL,   P_BOOL|P_VI_DEF,     (char_u *)&p_icon, PV_NONE,     {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT}, | 
