]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix wrong helptag for :defer
authorChristian Brabandt <cb@256bit.org>
Fri, 14 Jun 2024 18:22:05 +0000 (20:22 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 14 Jun 2024 18:23:00 +0000 (20:23 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index 862a1dfc624b5d8b92c789118d66102b7fd7c405..ff7078ea881ac2c38b048f274f9b1c44a7ec1971 100644 (file)
@@ -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
@@ -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