vim/runtime/autoload/dist
Eisuke Kawashima f102f4c2e8
patch 9.1.1342: Shebang filetype detection can be improved
Problem:  Shebang filetype detection can be improved
Solution: Improve detection logic (Eisuke Kawashima)

Vim does not correctly detect filetype from
  - `#!/usr/bin/env --split-string=awk -f`
  - `#!/usr/bin/env -S -i awk -f`
  - `#!/usr/bin/env -S VAR= awk -f`
So update the current detection logic to detect those cases.

closes: #17199

Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-04-24 22:03:21 +02:00
..
ft.vim patch 9.1.1327: filetype: nroff detection can be improved 2025-04-21 10:51:05 +02:00
json.vim runtime(json): fix examples in comments for JSON formatting (#13660) 2023-12-11 17:09:38 +01:00
man.vim runtime(man): improve :Man completion for man-db 2025-03-10 21:26:50 +01:00
script.vim patch 9.1.1342: Shebang filetype detection can be improved 2025-04-24 22:03:21 +02:00
vim.vim runtime(dist): do not output a message if executable is not found 2024-09-20 22:26:56 +02:00
vim9.vim runtime(dist/vim9): fix regressions in dist#vim9#Open 2025-01-29 18:36:01 +01:00
vimindent.vim runtime(indent-tests): Annotate timed "search*()"es for tracing 2025-04-19 11:35:38 +02:00