commit c5e3321aa14d323cb91a69de42ec0d66bef58a30
parent fc6477002c2990199bf104c53def266c69352596
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 15 Jun 2024 22:26:36 +0800
vim-patch:f4bc59c: runtime(doc): add another tag for vim-shebang feature (#29356)
related: vim/vim#15011
https://github.com/vim/vim/commit/f4bc59c4f67786e967db48e944c2cce2c0da8dc1
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
@@ -140,7 +140,7 @@ gx Opens the current filepath or URL (decided by
:[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"