vim-patch:f4bc59c: runtime(doc): add another tag for vim-shebang feature (#29356)

related: vim/vim#15011

f4bc59c4f6

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2024-06-15 22:26:36 +08:00
committed by GitHub
parent fc6477002c
commit c5e3321aa1

View File

@@ -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"