diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-15 22:26:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 22:26:36 +0800 |
commit | c5e3321aa14d323cb91a69de42ec0d66bef58a30 (patch) | |
tree | cad7147afac456831516bc0a19d6c6ca16fbcc60 | |
parent | fc6477002c2990199bf104c53def266c69352596 (diff) | |
download | rneovim-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.txt | 2 |
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" |