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 |
|