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
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
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
b7398fe41c
Update runtime files
2023-05-14 18:50:25 +01:00
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
71badf9547
Update runtime files
2023-04-22 22:40:14 +01:00
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
86b4816766
Update runtime files
2022-12-06 18:20:10 +00:00
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
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
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
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