aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/copy_linebreak.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/copy_linebreak.vim b/plugin/copy_linebreak.vim
index 8ee6c05..89fba9e 100644
--- a/plugin/copy_linebreak.vim
+++ b/plugin/copy_linebreak.vim
@@ -9,7 +9,7 @@
if exists('g:loaded_copy_linebreak') || &compatible
finish
endif
-if !has('linebreak')
+if !has('linebreak') || v:version < 600
finish
endif
let g:loaded_copy_linebreak = 1