From 86478dfe6c09de3b4b0298e6846689ce90585192 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Jun 2019 20:15:56 +1200 Subject: Change version threshold to v7.2 --- plugin/write_mkpath.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/write_mkpath.vim') diff --git a/plugin/write_mkpath.vim b/plugin/write_mkpath.vim index 64bb6c2..eb35504 100644 --- a/plugin/write_mkpath.vim +++ b/plugin/write_mkpath.vim @@ -5,7 +5,7 @@ " Author: Tom Ryder " License: Same as Vim itself " -if exists('loaded_write_mkpath') || &compatible || v:version < 703 +if exists('loaded_write_mkpath') || &compatible || v:version < 702 finish endif -- cgit v1.2.3