mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +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/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
|
||||
|
||||
Reference in New Issue
Block a user