changeset 35409:9403f4e0bc6d

runtime(doc): fix wrong helptag for :defer Commit: https://github.com/vim/vim/commit/c509c009bbc07eff678a9239a5813398e180f019 Author: Christian Brabandt <cb@256bit.org> Date: Fri Jun 14 20:22:05 2024 +0200 runtime(doc): fix wrong helptag for :defer Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 14 Jun 2024 20:30:05 +0200
parents 5c70d42c8e4d
children d146b77a220e
files runtime/doc/builtin.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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}]])			*
 		{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