diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-01 20:15:56 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-01 20:15:56 +1200 |
commit | 86478dfe6c09de3b4b0298e6846689ce90585192 (patch) | |
tree | 9970ad93f8786049b8229ce16e49a737c79c144b /plugin/write_mkpath.vim | |
parent | Merge branch 'hotfix/v2.0.1' (diff) | |
download | vim-write-mkpath-86478dfe6c09de3b4b0298e6846689ce90585192.tar.gz vim-write-mkpath-86478dfe6c09de3b4b0298e6846689ce90585192.zip |
Change version threshold to v7.2
Diffstat (limited to 'plugin/write_mkpath.vim')
-rw-r--r-- | plugin/write_mkpath.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tom@sanctum.geek.nz> " 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 |