Doug Kearns
e06afb7860
patch 9.0.1820: Rexx files may not be recognised
...
Problem: Rexx files may not be recognised
Solution: Add shebang detection and improve disambiguation of *.cls
files
closes : #12951
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2023-08-29 22:21:35 +02:00
Doug Kearns
9b73902dbe
patch 9.0.1807: runtime: crystal scripts not recognised
...
Problem: runtime: crystal scripts not recognised
Solution: Filetype detect Crystal scripts by shebang line
closes : #12935
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2023-08-27 19:51:37 +02:00
Christian Brabandt
e978b4534a
Farewell to Bram and dedicate upcoming Vim 9.1 to him ( #12749 )
...
* Dedicate upcoming Vim 9.1 to Bram
Also replace in a few more places Brams email address and mention new
maintainers.
* Remove Bram from any Maintainer role
* runtime: Align Header
* it's mailing list not mailinglist
2023-08-13 10:33:05 +02:00
Bram Moolenaar
f07d1a7108
patch 9.0.1623: the program to filetype translation is not exported
...
Problem: The program to filetype translation is not exported.
Solution: Export Exe2filetype().
2023-06-09 21:01:47 +01:00
Bram Moolenaar
19548c6a74
patch 9.0.1620: Nix files are not recognized from the hashbang line
...
Problem: Nix files are not recognized from the hashbang line.
Solution: Add a hashbang check. (issue #12507 )
2023-06-08 21:27:13 +01:00
Bram Moolenaar
b7398fe41c
Update runtime files
2023-05-14 18:50:25 +01:00
Bram Moolenaar
0b70aeb49d
patch 9.0.1519: global 'filetype' is set when detected from file content
...
Problem: Global 'filetype' is set when it is detected from the file content.
Solution: Set the local 'filetype' option value.
2023-05-06 21:21:52 +01:00
Bram Moolenaar
71badf9547
Update runtime files
2023-04-22 22:40:14 +01:00
Federico Mengozzi
6e5a9f9482
patch 9.0.1464: strace filetype detection is expensive
...
Problem: Strace filetype detection is expensive.
Solution: Match with a cheap pattern first. (Federico Mengozzi,
closes #12220 )
2023-04-17 22:31:38 +01:00
Bram Moolenaar
86b4816766
Update runtime files
2022-12-06 18:20:10 +00:00
Eisuke Kawashima
24482fbfd5
patch 9.0.0935: when using dash it may not be recognize as filetype "sh"
...
Problem: When using dash it may not be recognize as filetype "sh".
Solution: Add checks for "dash". (Eisuke Kawashima,closes #11600 )
2022-11-24 10:58:10 +00:00
Bram Moolenaar
3244780379
patch 9.0.0042: missing change for filetype detection
...
Problem: Missing change for filetype detection.
Solution: Include change to detect guile from shebang line.
2022-07-05 21:56:39 +01:00
Bram Moolenaar
bf6614643f
patch 8.2.5110: icon filetype not recognized from the first line
...
Problem: Icon filetype not recognized from the first line.
Solution: Add a check for the first line. (Doug Kearns)
2022-06-16 13:27:18 +01:00
Bram Moolenaar
299d8e5eec
patch 8.2.4372: filetype detection from file contents is in legacy script
...
Problem: Filetype detection from file contents is in legacy script.
Solution: Use a compiled function for filetype detection.
2022-02-13 20:32:02 +00:00