aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 21:53:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 21:53:03 +1200
commit1f2ab8d4fecbc7b1061dd4108d33962621017d25 (patch)
tree348975a646c651ee3e1da251727d7ac80e5b269a
parentMerge branch 'release/v1.3.0' into develop (diff)
downloadvim-redact-pass-1f2ab8d4fecbc7b1061dd4108d33962621017d25.tar.gz
vim-redact-pass-1f2ab8d4fecbc7b1061dd4108d33962621017d25.zip
Drop Vim 6.x support
-rw-r--r--doc/redact_pass.txt2
-rw-r--r--plugin/redact_pass.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/redact_pass.txt b/doc/redact_pass.txt
index 03e30f5..5c0a96f 100644
--- a/doc/redact_pass.txt
+++ b/doc/redact_pass.txt
@@ -1,4 +1,4 @@
-*redact_pass.txt* For Vim version 6.0 Last change: 2018 June 24
+*redact_pass.txt* For Vim version 7.0 Last change: 2019 May 25
DESCRIPTION *redact_pass*
diff --git a/plugin/redact_pass.vim b/plugin/redact_pass.vim
index 47c422d..42064e4 100644
--- a/plugin/redact_pass.vim
+++ b/plugin/redact_pass.vim
@@ -11,7 +11,7 @@
if exists('loaded_redact_pass') || &compatible
finish
endif
-if !has('autocmd') || v:version < 600
+if v:version < 700
finish
endif
let loaded_redact_pass = 1