From 7ed8926958184a09811314d39233ea4311188b4a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 21:56:31 +1200 Subject: Move load guard tests inline --- plugin/redact_pass.vim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugin/redact_pass.vim b/plugin/redact_pass.vim index 3e30d88..06c5606 100644 --- a/plugin/redact_pass.vim +++ b/plugin/redact_pass.vim @@ -8,10 +8,7 @@ " Author: Tom Ryder " License: Same as Vim itself " -if exists('loaded_redact_pass') || &compatible - finish -endif -if v:version < 700 +if exists('loaded_redact_pass') || &compatible || v:version < 700 finish endif let loaded_redact_pass = 1 -- cgit v1.2.3