mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01: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:
4
runtime/doc/builtin.txt
generated
4
runtime/doc/builtin.txt
generated
@ -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
|
||||
|
4
runtime/lua/vim/_meta/vimfn.lua
generated
4
runtime/lua/vim/_meta/vimfn.lua
generated
@ -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
|
||||
|
@ -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