mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Match shebang lines in Vim9 and legacy script. Mark these as an error if they appear anywhere other than the first line of a legacy-script file. In Vim9 script these match as normal line comments rather than an error. Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
6 lines
65 B
VimL
Executable File
6 lines
65 B
VimL
Executable File
#!/usr/bin/env vim -S
|
|
|
|
" Vim shebang line
|
|
|
|
#!/usr/bin/env vim -S
|