aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 22:43:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 22:43:24 +1200
commita836f6294706635a93eeca18cb503bb41ea7433f (patch)
tree1624fb466b53b2894103cb93fc0b79c896690811
parentTidy comments, func names for 'hlsearch' suspend (diff)
parentAdd feat requirements to hlsearch suspend doc (diff)
downloaddotfiles-a836f6294706635a93eeca18cb503bb41ea7433f.tar.gz
dotfiles-a836f6294706635a93eeca18cb503bb41ea7433f.zip
Merge branch 'feature/vim-hlsearc...' into develop
* feature/vim-hlsearch-plugin-cleanup: Add feat requirements to hlsearch suspend doc
-rw-r--r--vim/doc/insert_suspend_hlsearch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/doc/insert_suspend_hlsearch.txt b/vim/doc/insert_suspend_hlsearch.txt
index edb51e38..a6465935 100644
--- a/vim/doc/insert_suspend_hlsearch.txt
+++ b/vim/doc/insert_suspend_hlsearch.txt
@@ -1,4 +1,4 @@
-*insert_suspend_hlsearch.txt* For Vim version 7.0 Last change: 2017 November 12
+*insert_suspend_hlsearch.txt* For Vim version 7.0 Last change: 2018 May 30
DESCRIPTION *insert_suspend_hlsearch*
@@ -8,7 +8,8 @@ distracting effect the highlighting can cause while writing.
REQUIREMENTS *insert_suspend_hlsearch-requirements*
-This plugin is only available if 'compatible' is not set.
+This plugin is only available if 'compatible' is not set. It also requires the
+|+autocmd| and |+extra_search| features.
AUTHOR *insert_suspend_hlsearch-author*