aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/insert_suspend_hlsearch.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/insert_suspend_hlsearch.vim b/plugin/insert_suspend_hlsearch.vim
index b916ac4..cf096d5 100644
--- a/plugin/insert_suspend_hlsearch.vim
+++ b/plugin/insert_suspend_hlsearch.vim
@@ -22,7 +22,6 @@ function s:HlsearchSuspend()
if s:hlsearch
set nohlsearch
endif
- return
endfunction
" Restore the value of 'hlsearch' from the last time s:HlsearchSuspend was
@@ -31,7 +30,6 @@ function s:HlsearchRestore()
if s:hlsearch
set hlsearch
endif
- return
endfunction
" Clear search highlighting as soon as I enter insert mode, and restore it