Skip to content

Commit

Permalink
runtime(doc): fix wrong helptag for :defer
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Jun 14, 2024
1 parent 262e25e commit c509c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/doc/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2024 Jun 13
*builtin.txt* For Vim version 9.1. Last change: 2024 Jun 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -7332,9 +7332,9 @@ mkdir({name} [, {flags} [, {prot}]]) *mkdir()* *E739*
{flags} can contain these character flags:
"p" intermediate directories will be created as necessary
"D" {name} will be deleted at the end of the current
function, but not recursively |defer|
function, but not recursively |:defer|
"R" {name} will be deleted recursively at the end of the
current function |defer|
current function |:defer|

Note that when {name} has more than one part and "p" is used
some directories may already exist. Only the first one that
Expand Down

0 comments on commit c509c00

Please sign in to comment.