From 293bdc0f07fc8cbebf4dc9749b96343340edac26 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 01:28:49 +1200 Subject: Identify patch number of fixed feature --- vim/vimrc | 4 ++-- 1 file 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. " -- cgit v1.2.3