aboutsummaryrefslogtreecommitdiff
path: root/plugin/copy_linebreak.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 20:54:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 20:54:18 +1200
commitb8793c75151040b3ecc1f092585abaac989fbd94 (patch)
treeeff670746816438f30b6fda4225af80cd5625123 /plugin/copy_linebreak.vim
parentMerge branch 'release/v0.7.0' into develop (diff)
downloadvim-copy-linebreak-b8793c75151040b3ecc1f092585abaac989fbd94.tar.gz
vim-copy-linebreak-b8793c75151040b3ecc1f092585abaac989fbd94.zip
Drop support for Vim 6.x
Diffstat (limited to 'plugin/copy_linebreak.vim')
-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 8b93c24..85c823d 100644
--- a/plugin/copy_linebreak.vim
+++ b/plugin/copy_linebreak.vim
@@ -8,7 +8,7 @@
if exists('loaded_copy_linebreak') || &compatible
finish
endif
-if !has('linebreak') || v:version < 600
+if v:version < 700
finish
endif
let loaded_copy_linebreak = 1