mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
vim-patch:c509c00: runtime(doc): fix wrong helptag for :defer
c509c009bb
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user