summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-06-15 15:52:53 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-15 15:52:53 +0200
commitf4bc59c4f67786e967db48e944c2cce2c0da8dc1 (patch)
treedc001d7ec4f3093bb18ba3489523ee8ec1e355e9 /runtime/doc
parent883018feff43413813770dd1e13d4f950aa38524 (diff)
runtime(doc): add another tag for vim-shebang feature
related: #15011 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/tags1
-rw-r--r--runtime/doc/various.txt4
2 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 56669d83b1..9955f0d13e 100644
--- 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*
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 889ad40bae..d9bcdfa548 100644
--- 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 @@ 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"