diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/write_mkpath.txt | 2 | ||||
-rw-r--r-- | plugin/write_mkpath.vim | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -2.0.1 +2.0.2 diff --git a/doc/write_mkpath.txt b/doc/write_mkpath.txt index 0ddec4a..33aec4d 100644 --- a/doc/write_mkpath.txt +++ b/doc/write_mkpath.txt @@ -1,4 +1,4 @@ -*write_mkpath.txt* For Vim version 7.3 Last change: 2019 Jun 01 +*write_mkpath.txt* For Vim version 7.2 Last change: 2019 Jun 01 DESCRIPTION *write_mkpath* 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 |