aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/insert_suspend_hlsearch.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-13 00:14:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-13 00:14:22 +1300
commitd3b197b7107a692744e82ef90ca539639ebb4a8b (patch)
tree94ce74a0462fa53017a19163ba3df6ea97f07f20 /vim/doc/insert_suspend_hlsearch.txt
parentMerge branch 'feature/vim-plug-maint' into develop (diff)
parentLimit \f mapping to normal mode (diff)
downloaddotfiles-d3b197b7107a692744e82ef90ca539639ebb4a8b.tar.gz
dotfiles-d3b197b7107a692744e82ef90ca539639ebb4a8b.zip
Merge branch 'feature/vimrc-rev' into develop
* feature/vimrc-rev: Limit \f mapping to normal mode Move 'hlsearch' insert-mode suspension into plugin Separate g:loaded/&cp tests from feat tests Use :set not :setlocal for 'hlsearch'/'incsearch' Correct nonexistent 'wildmode' value in Vim config Document each 'backspace' flag in Vim config
Diffstat (limited to 'vim/doc/insert_suspend_hlsearch.txt')
-rw-r--r--vim/doc/insert_suspend_hlsearch.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/vim/doc/insert_suspend_hlsearch.txt b/vim/doc/insert_suspend_hlsearch.txt
new file mode 100644
index 00000000..edb51e38
--- /dev/null
+++ b/vim/doc/insert_suspend_hlsearch.txt
@@ -0,0 +1,28 @@
+*insert_suspend_hlsearch.txt* For Vim version 7.0 Last change: 2017 November 12
+
+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.
+
+REQUIREMENTS *insert_suspend_hlsearch-requirements*
+
+This plugin is only available if 'compatible' is not set.
+
+AUTHOR *insert_suspend_hlsearch-author*
+
+Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.
+
+LICENSE *insert_suspend_hlsearch-license*
+
+Licensed for distribution under the same terms as Vim itself (see |license|).
+
+DISTRIBUTION *insert_suspend_hlsearch-distribution*
+
+This plugin lives in Tom Ryder's "dotfiles" suite, and may eventually be spun
+off into a separate distribution as it solidifies and this documentation
+improves. See <https://sanctum.geek.nz/cgit/dotfiles.git/about/> for more
+information.
+
+ vim:tw=78:ts=8:ft=help:norl: