]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add another tag for vim-shebang feature
authorChristian Brabandt <cb@256bit.org>
Sat, 15 Jun 2024 13:52:53 +0000 (15:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 15 Jun 2024 13:52:53 +0000 (15:52 +0200)
related: #15011

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

index 56669d83b1bb5eabdea0d8054ee5ff3d9ddc28cd..9955f0d13efd3149ec835710058e574bab77f9cd 100644 (file)
@@ -11161,6 +11161,7 @@ vim-raku        ft_raku.txt     /*vim-raku*
 vim-script-intro       usr_41.txt      /*vim-script-intro*
 vim-script-library     eval.txt        /*vim-script-library*
 vim-security   intro.txt       /*vim-security*
+vim-shebang    various.txt     /*vim-shebang*
 vim-use        intro.txt       /*vim-use*
 vim-variable   eval.txt        /*vim-variable*
 vim.b  if_lua.txt      /*vim.b*
index 889ad40baebe1260ac5b7791d7e4becfcd22d4b2..d9bcdfa5483852be277dfca2d2a52ca1d1eeacb8 100644 (file)
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 9.1.  Last change: 2024 May 23
+*various.txt*   For Vim version 9.1.  Last change: 2024 Jun 15
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -138,7 +138,7 @@ g8                  Print the hex values of the bytes used in the
 :[range]# [count] [flags]
                        synonym for :number.
 
-                                                       *:#!*
+                                                       *:#!* *vim-shebang*
 :#!{anything}          Ignored, so that you can start a Vim script with: >
                                #!vim -S
                                echo "this is a Vim script"