aboutsummaryrefslogtreecommitdiff
path: root/doc/insert_suspend_hlsearch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/insert_suspend_hlsearch.txt')
-rw-r--r--doc/insert_suspend_hlsearch.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/insert_suspend_hlsearch.txt b/doc/insert_suspend_hlsearch.txt
index 56bee0e..304e8e2 100644
--- a/doc/insert_suspend_hlsearch.txt
+++ b/doc/insert_suspend_hlsearch.txt
@@ -1,15 +1,16 @@
-*insert_suspend_hlsearch.txt* For Vim version 7.0 Last change: 2018 June 17
+*insert_suspend_hlsearch.txt* For Vim version 7.0 Last change: 2019 May 25
DESCRIPTION *insert_suspend_hlsearch*
-This plugin quietly disables 'hlsearch' search highlighting if enabled when an
-insert operation is started, and puts it back once done, to avoid the
-distracting effect the highlighting can cause while writing.
+This plugin disables 'hlsearch' search highlighting if enabled when an insert
+operation is started, and puts it back once done, to avoid the distracting
+effect the highlighting can cause while writing. Its implementation is a
+crude workaround for the |:nohlsearch| limitations described in
+|autocmd-searchpat|.
REQUIREMENTS *insert_suspend_hlsearch-requirements*
-This plugin is only available if 'compatible' is not set. It also requires
-the |+autocmd| and |+extra_search| features.
+This plugin is only available if 'compatible' is not set.
AUTHOR *insert_suspend_hlsearch-author*