aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 22:48:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 22:48:27 +1200
commit2d5dd9304a2c372e5519c67d2d600e874fceee1e (patch)
treed29a1ecda3d665fce94d6cebd959e11106d9a62d /doc
parentMerge branch 'release/v0.7.0' into develop (diff)
downloadvim-insert-suspend-hlsearch-2d5dd9304a2c372e5519c67d2d600e874fceee1e.tar.gz
vim-insert-suspend-hlsearch-2d5dd9304a2c372e5519c67d2d600e874fceee1e.zip
Overhaul with autoloading for new version
Diffstat (limited to 'doc')
-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*