aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 16:46:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 16:46:27 +1200
commit789991d1da649adb590d40fd67d11abe452f8a51 (patch)
tree591f3baf5d27f46caa13cc7078e34f002bb1ed08
parentMerge branch 'release/v0.2.0' (diff)
parentBump VERSION (diff)
downloadvim-write-mkpath-789991d1da649adb590d40fd67d11abe452f8a51.tar.gz
vim-write-mkpath-789991d1da649adb590d40fd67d11abe452f8a51.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Quote option names in README.md
-rw-r--r--README.md4
-rw-r--r--VERSION2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ed9be85..20032ed 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@ write\_mkpath.vim
This plugin supports creation of any missing path elements in the path to a
buffer's filename before the buffer is written.
-If 'confirm' is enabled on `:write` or `:w`, the user will be prompted to
+If `'confirm'` is enabled on `:write` or `:w`, the user will be prompted to
confirm that Vim should create any missing path elements.
On `:write!` or `:w!`, the path will be created automatically, ignoring the
-value of 'confirm'.
+value of `'confirm'`.
License
-------
diff --git a/VERSION b/VERSION
index 0ea3a94..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.3.0