@@ -3785,10 +3785,8 @@ A jump table for the options with a short description can be found at |Q_op|.
37853785	evaluating 'includeexpr'  | textlock | .
37863786
37873787				 *'incsearch'*  *'is'*  *'noincsearch'*  *'nois'* 
3788- 'incsearch'  'is' 	boolean	(default off )
3788+ 'incsearch'  'is' 	boolean	(default on )
37893789			global
3790- 			{not available when compiled without the
3791- 			| +extra_search |  features}
37923790	While typing a search command, show where the pattern, as it was typed
37933791	so far, matches.  The matched string is highlighted.  If the pattern
37943792	is invalid or not found, nothing is shown.  The screen will be updated
@@ -3797,10 +3795,9 @@ A jump table for the options with a short description can be found at |Q_op|.
37973795	original position when no match is found and when pressing <Esc> .  You
37983796	still need to finish the search command with <Enter>  to move the
37993797	cursor to the match.
3800- 	When compiled with the | +reltime |  feature Vim only searches for about
3801- 	half a second.  With a complicated pattern and/or a lot of text the
3802- 	match may not be found.  This is to avoid that Vim hangs while you
3803- 	are typing the pattern.
3798+ 	Vim only searches for about half a second.  With a complicated
3799+ 	pattern and/or a lot of text the match may not be found.  This is to
3800+ 	avoid that Vim hangs while you are typing the pattern.
38043801	The highlighting can be set with the 'i' flag in 'highlight' .
38053802	See also: 'hlsearch' .
38063803	CTRL-L  can be used to add one character from after the current match
0 commit comments