aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/insert_suspend_hlsearch.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/plugin/insert_suspend_hlsearch.vim b/vim/plugin/insert_suspend_hlsearch.vim
index e7e2664d..e82fd00a 100644
--- a/vim/plugin/insert_suspend_hlsearch.vim
+++ b/vim/plugin/insert_suspend_hlsearch.vim
@@ -9,7 +9,6 @@
if exists('g:loaded_insert_suspend_hlsearch') || &compatible
finish
endif
-" InsertEnter isn't an autocmd event until 7.0
if !has('autocmd') || v:version < 700
finish
endif