aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-15 22:26:36 +0800
committerGitHub <noreply@github.com>2024-06-15 22:26:36 +0800
commitc5e3321aa14d323cb91a69de42ec0d66bef58a30 (patch)
treecad7147afac456831516bc0a19d6c6ca16fbcc60
parentfc6477002c2990199bf104c53def266c69352596 (diff)
downloadrneovim-c5e3321aa14d323cb91a69de42ec0d66bef58a30.tar.gz
rneovim-c5e3321aa14d323cb91a69de42ec0d66bef58a30.tar.bz2
rneovim-c5e3321aa14d323cb91a69de42ec0d66bef58a30.zip
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>
-rw-r--r--runtime/doc/various.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 0287271d4c..63fca2c1aa 100644
--- 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"