aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:28:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:28:49 +1200
commit293bdc0f07fc8cbebf4dc9749b96343340edac26 (patch)
treef982a5bc54854980c774cfddce5813588a2fbb62
parentRearrange a paragraph (diff)
downloaddotfiles-293bdc0f07fc8cbebf4dc9749b96343340edac26.tar.gz
dotfiles-293bdc0f07fc8cbebf4dc9749b96343340edac26.zip
Identify patch number of fixed feature
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 67d70a7e..96a7c593 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -101,8 +101,8 @@ endif
" optional {path} argument.
"
" This is because the meaning of mkdir(..., 'p') is not the same as `mkdir -p`
-" in shell script, or at least, it isn't in older versions of Vim. Even with
-" the magic 'p' sauce, these older versions throw errors if the directory
+" in shell script, or at least, it isn't in versions of Vim before v8.0.1708.
+" Even with the magic 'p' sauce, these versions throw errors if the directory
" already exists, despite what someone familiar with `mkdir -p`'s behaviour in
" shell script might expect.
"