From 99792cf683b7a4a78ce758e1361e481d16b1d620 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Jun 2019 21:30:26 +1200 Subject: Abbreviate load guard --- plugin/regex_escape.vim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugin/regex_escape.vim b/plugin/regex_escape.vim index c430bf6..b70d8e1 100644 --- a/plugin/regex_escape.vim +++ b/plugin/regex_escape.vim @@ -9,10 +9,7 @@ " Author: Tom Ryder " License: Same as Vim itself " -if exists('loaded_regex_escape') || &compatible - finish -endif -if v:version < 700 +if exists('loaded_regex_escape') || &compatible || v:version < 700 finish endif let loaded_regex_escape = 1 -- cgit v1.2.3