diff options
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 ea53191..64bb6c2 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 < 700 +if exists('loaded_write_mkpath') || &compatible || v:version < 703 finish endif |