runtime(doc): add another tag for vim-shebang feature Commit: https://github.com/vim/vim/commit/f4bc59c4f67786e967db48e944c2cce2c0da8dc1 Author: Christian Brabandt <c...@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 <c...@256bit.org> diff --git a/runtime/doc/tags b/runtime/doc/tags index 56669d83b..9955f0d13 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 889ad40ba..d9bcdfa54 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" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sITwp-00EYJv-5P%40256bit.org.