diff options
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. " |