]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add missing usr_52 entry to toc
authorChristian Brabandt <cb@256bit.org>
Mon, 7 Oct 2024 19:48:32 +0000 (21:48 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 7 Oct 2024 19:48:32 +0000 (21:48 +0200)
fixes: #15821

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_52.txt
runtime/doc/usr_toc.txt

index d5062e2e3a8d830935a40db2d9ff6161903343a0..dbfd319837b4df48b730b2e97177f10713dcbfe2 100644 (file)
@@ -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 name for these global items. Example: >
        call g:NicePluginTest()
 
 ==============================================================================
-*52.6* Vim9 script examples: comment package, highlight-yank plugin
+*52.6* Vim9 examples: comment and highlight-yank plugin
 
 COMMENT PACKAGE
 
index 3da7698d32bcb769ec4aab5bcc1d67238e6d2d3a..22f71e09b1a91a6383cf2707b4a768c42b3b4b66 100644 (file)
@@ -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 ~