aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-10 09:49:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-10 09:49:58 +1200
commita5e012b5839927601b8e2f0d997c8b3579fa772c (patch)
tree69e04c0450e493ebbde27cc788fd84aa38b3fcce /plugin
parentMerge branch 'release/v0.6.0' into develop (diff)
downloadvim-insert-suspend-hlsearch-a5e012b5839927601b8e2f0d997c8b3579fa772c.tar.gz
vim-insert-suspend-hlsearch-a5e012b5839927601b8e2f0d997c8b3579fa772c.zip
Switch to two-spacing
Diffstat (limited to 'plugin')
-rw-r--r--plugin/insert_suspend_hlsearch.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/insert_suspend_hlsearch.vim b/plugin/insert_suspend_hlsearch.vim
index 5d199f7..69d6e55 100644
--- a/plugin/insert_suspend_hlsearch.vim
+++ b/plugin/insert_suspend_hlsearch.vim
@@ -18,7 +18,7 @@ let g:loaded_insert_suspend_hlsearch = 1
let s:hlsearch_save = &hlsearch
" Save the current value of the 'hlsearch' option in a script variable, and
-" disable it if enabled. Note that :nohlsearch does not work for this; see
+" disable it if enabled. Note that :nohlsearch does not work for this; see
" :help autocmd-searchpat.
function! s:Suspend() abort
let s:hlsearch_save = &hlsearch