aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/plugin/cursorline_current.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/cursorline_current.vim b/vim/plugin/cursorline_current.vim
index 1ebf5821..a076bd97 100644
--- a/vim/plugin/cursorline_current.vim
+++ b/vim/plugin/cursorline_current.vim
@@ -9,7 +9,7 @@
if exists('g:loaded_cursorline_current') || &compatible
finish
endif
-if !has('autocmd') || !has('windows')
+if !has('autocmd') || !has('windows') || v:version < 700
finish
endif
let g:loaded_cursorline_current = 1