From 1f2ab8d4fecbc7b1061dd4108d33962621017d25 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 21:53:03 +1200 Subject: Drop Vim 6.x support --- doc/redact_pass.txt | 2 +- plugin/redact_pass.vim | 2 +- 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 -- cgit v1.2.3