runtime(doc): fix wrong helptag for :defer Commit: https://github.com/vim/vim/commit/c509c009bbc07eff678a9239a5813398e180f019 Author: Christian Brabandt <c...@256bit.org> Date: Fri Jun 14 20:22:05 2024 +0200
runtime(doc): fix wrong helptag for :defer Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 862a1dfc6..ff7078ea8 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sIBgb-00CwMW-5R%40256bit.org.