changeset 36269:ba4af56dd845 draft default tip

runtime(doc): add missing usr_52 entry to toc Commit: https://github.com/vim/vim/commit/015c84ce541495fad568c66b0dd17faefe1c1389 Author: Christian Brabandt <cb@256bit.org> Date: Mon Oct 7 21:48:32 2024 +0200 runtime(doc): add missing usr_52 entry to toc fixes: https://github.com/vim/vim/issues/15821 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 07 Oct 2024 22:00:03 +0200
parents 7e6a92a69df8
children
files runtime/doc/usr_52.txt runtime/doc/usr_toc.txt
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/usr_52.txt
+++ b/runtime/doc/usr_52.txt
@@ -1,4 +1,4 @@
-*usr_52.txt*	For Vim version 9.1.  Last change: 2024 Jun 09
+*usr_52.txt*	For Vim version 9.1.  Last change: 2024 Oct 07
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -13,7 +13,7 @@ smaller parts.
 |52.3|	Autoloading without import/export
 |52.4|	Other mechanisms to use
 |52.5|	Using a Vim9 script from legacy script
-|52.6|	Vim9 script examples: comment package, highlight-yank plugin
+|52.6|	Vim9 examples: comment and highlight-yank plugin
 
      Next chapter: |usr_90.txt|  Installing Vim
  Previous chapter: |usr_51.txt|  Create a plugin
@@ -337,7 +337,7 @@ will have to make sure to use a unique n
 	call g:NicePluginTest()
 
 ==============================================================================
-*52.6*	Vim9 script examples: comment package, highlight-yank plugin
+*52.6*	Vim9 examples: comment and highlight-yank plugin
 
 COMMENT PACKAGE
 
--- a/runtime/doc/usr_toc.txt
+++ b/runtime/doc/usr_toc.txt
@@ -1,4 +1,4 @@
-*usr_toc.txt*	For Vim version 9.1.  Last change: 2024 Oct 05
+*usr_toc.txt*	For Vim version 9.1.  Last change: 2024 Oct 07
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -360,6 +360,7 @@ Writing Vim script ~
 		|52.3|	Autoloading without import/export
 		|52.4|	Other mechanisms to use
 		|52.5|	Using a Vim9 script from legacy script
+		|52.6|	Vim9 examples: comment and highlight-yank plugin
 
 ==============================================================================
 Making Vim Run ~