changeset 35429:94e5ca90c268

runtime(doc): add another tag for vim-shebang feature Commit: https://github.com/vim/vim/commit/f4bc59c4f67786e967db48e944c2cce2c0da8dc1 Author: Christian Brabandt <cb@256bit.org> Date: Sat Jun 15 15:52:53 2024 +0200 runtime(doc): add another tag for vim-shebang feature related: https://github.com/vim/vim/issues/15011 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Jun 2024 16:00:03 +0200
parents f54378c0ac83
children 30d1a3a62135
files runtime/doc/tags runtime/doc/various.txt
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -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*
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -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 @@ 8g8			Find an illegal UTF-8 byte sequenc
 :[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"