aboutsummaryrefslogtreecommitdiff
path: root/plugin/write_mkpath.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-01 20:18:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-01 20:18:24 +1200
commit16635b944666af202838e9e528787bbba23e670e (patch)
tree37d91ef5c4ac3b704028e82caa61283a7b825fa6 /plugin/write_mkpath.vim
parentMerge branch 'hotfix/v2.0.1' (diff)
parentBump VERSION (diff)
downloadvim-write-mkpath-16635b944666af202838e9e528787bbba23e670e.tar.gz
vim-write-mkpath-16635b944666af202838e9e528787bbba23e670e.zip
Merge branch 'hotfix/v2.0.2'v2.0.2
* hotfix/v2.0.2: Change version threshold to v7.2
Diffstat (limited to 'plugin/write_mkpath.vim')
-rw-r--r--plugin/write_mkpath.vim2
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