aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 16:46:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 16:46:01 +1200
commitad026d60fd91c6c331c1e5a632964aaed56425bb (patch)
treea6e907e837334bd391f83811d4582cd0619d8196
parentMerge branch 'release/v0.2.0' into develop (diff)
downloadvim-write-mkpath-ad026d60fd91c6c331c1e5a632964aaed56425bb.tar.gz
vim-write-mkpath-ad026d60fd91c6c331c1e5a632964aaed56425bb.zip
Quote option names in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 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
-------