vim-patch:c509c00: runtime(doc): fix wrong helptag for :defer

c509c009bb

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2024-06-15 06:08:45 +08:00
parent a6e01d191a
commit b969e3e0b9
3 changed files with 6 additions and 6 deletions

View File

@ -4997,9 +4997,9 @@ mkdir({name} [, {flags} [, {prot}]]) *mkdir()* *E73
{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

View File

@ -6010,9 +6010,9 @@ function vim.fn.min(expr) end
--- {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

View File

@ -7267,9 +7267,9 @@ M.funcs = {
{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