Bram Moolenaar
|
e80086446c
|
Update runtime files
|
2022-08-19 17:15:35 +01:00 |
|
Bram Moolenaar
|
e1f3fd1d02
|
Update runtime files
|
2022-08-15 18:51:32 +01:00 |
|
Bram Moolenaar
|
48c3f4e0bf
|
Update runtime files
|
2022-08-08 15:42:38 +01:00 |
|
Gregory Anders
|
30e212dac1
|
patch 9.0.0088: pattern for detecting bitbake files is not sufficient
Problem: Pattern for detecting bitbake files is not sufficient.
Solution: Adjust the pattern. (Gregory Anders, closes #10743)
|
2022-07-26 21:42:03 +01:00 |
|
Bram Moolenaar
|
b529cfbd04
|
Update runtime files
|
2022-07-25 15:42:07 +01:00 |
|
Gregory Anders
|
fa49eb4827
|
patch 9.0.0055: bitbake files are not detected
Problem: Bitbake files are not detected.
Solution: Add bitbake filetype detection by file name and contents. (Gregory
Anders, closes #10697)
|
2022-07-16 17:46:47 +01: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
|
0d878b95d8
|
Update runtime files
|
2022-07-01 18:45:04 +01:00 |
|
Bram Moolenaar
|
cdbfc6dbab
|
patch 9.0.0012: signature files not detected properly
Problem: Signature files not detected properly.
Solution: Add a function to better detect signature files. (Doug Kearns)
|
2022-06-30 16:25:21 +01:00 |
|
Bram Moolenaar
|
8b5901e2f9
|
patch 9.0.0006: not all Visual Basic files are recognized
Problem: Not all Visual Basic files are recognized.
Solution: Change detection of *.cls files. (Doug Kearns)
|
2022-06-29 14:39:12 +01:00 |
|
Bram Moolenaar
|
d799daa660
|
Update runtime files
|
2022-06-20 11:17:32 +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
|
75ab590f85
|
Update runtime files
|
2022-04-18 15:36:40 +01:00 |
|
KnoP-01
|
93c7a45e86
|
patch 8.2.4766: KRL files using "deffct" not recognized
Problem: KRL files using "deffct" not recognized.
Solution: Adjust the pattern used for matching. (Patrick Meiser-Knosowski,
closes #10200)
|
2022-04-16 21:14:04 +01:00 |
|
KnoP-01
|
f420ff2440
|
patch 8.2.4747: no filetype override for .sys files
Problem: No filetype override for .sys files.
Solution: Add g:filetype_sys. (Patrick Meiser-Knosowski, closes #10181)
|
2022-04-13 20:46:21 +01:00 |
|
ranjithshegde
|
8cac20ed42
|
patch 8.2.4746: supercollider filetype not recognized
Problem: Supercollider filetype not recognized.
Solution: Match file extentions and check file contents to detect
supercollider. (closes #10142)
|
2022-04-13 15:29:21 +01:00 |
|
Bram Moolenaar
|
0bbf09ca41
|
patch 8.2.0003: Build file dependencies are incomplete
Problem: Build file dependencies are incomplete.
Solution: Fix the dependencies. (Ken Takata, closes #5356)
|
2022-04-09 15:16:53 +01:00 |
|
Bram Moolenaar
|
cbaff5e06e
|
Update runtime files
|
2022-04-08 17:45:08 +01:00 |
|
Bram Moolenaar
|
3ad2090316
|
patch 8.2.4701: Kuka Robot Language files not recognized
Problem: Kuka Robot Language files not recognized.
Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski,
closes #10096)
|
2022-04-06 18:57:39 +01:00 |
|
Bram Moolenaar
|
46eea444d9
|
Update runtime files
|
2022-03-30 10:51:39 +01:00 |
|
Bram Moolenaar
|
1588bc8ebe
|
Update runtime files
|
2022-03-08 21:35:07 +00:00 |
|
Bram Moolenaar
|
c12dc47b8f
|
patch 8.2.4511: filetype test fails
Problem: Filetype test fails.
Solution: Change "endw" to "endwhile".
|
2022-03-05 13:45:56 +00:00 |
|
Bram Moolenaar
|
c51cf03298
|
Update runtime files.
|
2022-02-26 12:25:45 +00:00 |
|
=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=
|
4d56b971cb
|
patch 8.2.4464: Dtrace files are recognized as filetype D
Problem: Dtrace files are recognized as filetype D.
Solution: Add a pattern for Dtrace files. (Teubel György, closes #9841)
Add some more testing.
|
2022-02-24 17:59:09 +00:00 |
|
Bram Moolenaar
|
b2c72359dc
|
patch 8.2.4448: filetype detection is failing
Problem: Filetype detection is failing.
Solution: Do not use "s:" where it is no longer allowed.
|
2022-02-22 21:17:40 +00: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 |
|
Bram Moolenaar
|
e5b7897585
|
patch 8.2.4305: tex filetype detection fails
Problem: Tex filetype detection fails.
Solution: Check value to be positive. (closes #9704)
|
2022-02-05 19:50:34 +00:00 |
|
Bram Moolenaar
|
3e79c97c18
|
Update runtime files; use compiled functions
|
2022-02-04 19:48:06 +00:00 |
|
Bram Moolenaar
|
a2baa73d1d
|
Update runtime files.
|
2022-02-04 16:09:54 +00:00 |
|
Doug Kearns
|
c570e9cf68
|
patch 8.2.4274: Basic and form filetype detection is incomplete
Problem: Basic and form filetype detection is incomplete.
Solution: Add a separate function for .frm files. (Doug Kearns, closes #9675)
|
2022-01-31 17:09:14 +00:00 |
|
Bram Moolenaar
|
c4573eb12d
|
Update runtime files
|
2022-01-31 15:40:56 +00:00 |
|
Bram Moolenaar
|
f10911e5db
|
Update runtime files
|
2022-01-29 22:20:48 +00:00 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
bd8168c770
|
patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"
Problem: *.tf file could be fileytpe "tf" or "terraform".
Solution: Detect the type from the file contents. (closes #9642)
|
2022-01-28 14:15:09 +00:00 |
|
Bram Moolenaar
|
6517f14165
|
patch 8.2.4172: filetype detection for BASIC is not optimal
Problem: Filetype detection for BASIC is not optimal.
Solution: Improve BASIC filetype detection. (Doug Kearns)
|
2022-01-21 14:55:13 +00:00 |
|
Bram Moolenaar
|
fd31be29b8
|
Update runtime files
|
2022-01-16 14:46:06 +00:00 |
|
Elwardi
|
2284f6cca3
|
patch 8.2.4064: foam files are not detected
Problem: Foam files are not detected.
Solution: Detect the foam filetype by the path and file contents. (Mohammed
Elwardi Fadeli, closes #9501)
|
2022-01-11 18:14:23 +00:00 |
|
Bram Moolenaar
|
a4d131d110
|
Update runtime files
|
2021-12-27 21:33:07 +00:00 |
|
Bram Moolenaar
|
fa3b72348d
|
Update runtime files
|
2021-12-24 13:18:38 +00:00 |
|
James McCoy
|
647ab4cede
|
patch 8.2.3843: dep3patch files are not recognized
Problem: Dep3patch files are not recognized.
Solution: Recognize dep3patch files by their location and content. (James
McCoy, closes #9367)
|
2021-12-17 20:52:57 +00:00 |
|
Bram Moolenaar
|
4700398e38
|
Update runtime files
|
2021-12-05 21:54:04 +00:00 |
|
Bram Moolenaar
|
53ba95e4f0
|
patch 8.2.3703: most people call F# "fsharp" and not "fs"
Problem: Most people call F# "fsharp" and not "fs".
Solution: Rename filetype "fs" to "fsharp".
|
2021-11-30 13:02:58 +00:00 |
|
Bram Moolenaar
|
3d14c0f2b9
|
patch 8.2.3686: filetype detection often mixes up Forth and F#
Problem: Filetype detection often mixes up Forth and F#.
Solution: Add a function to inspect the file contents. (Doug Kearns)
|
2021-11-27 17:22:07 +00:00 |
|
Doug Kearns
|
7329cfab36
|
patch 8.2.3679: objc file detected as Octave
Problem: objc file detected as Octave. (Antony Lee)
Solution: Detect objc by preprocessor lines. (Doug Kearns, closes #9223,
closes #9220)
|
2021-11-26 13:01:41 +00:00 |
|
Bram Moolenaar
|
519cc559b0
|
Update runtime files
|
2021-11-16 19:18:26 +00:00 |
|
Bram Moolenaar
|
113cb513f7
|
Update runtime files
|
2021-11-07 20:27:04 +00:00 |
|
Bram Moolenaar
|
6e64922492
|
Update runtime files
|
2021-10-04 21:32:54 +01:00 |
|
Bram Moolenaar
|
34cc7d8c03
|
Update runtime files
|
2021-09-21 20:09:51 +02:00 |
|
Bram Moolenaar
|
ca0627df69
|
patch 8.2.3432: octave/Matlab filetype detection does not work properly
Problem: Octave/Matlab filetype detection does not work properly.
Solution: Update the patterns used for matching. (Doug Kearns)
|
2021-09-12 17:03:08 +02:00 |
|
Bram Moolenaar
|
6c391a74fe
|
Update runtime files
|
2021-09-09 21:55:11 +02:00 |
|
Bram Moolenaar
|
deba5eb195
|
patch 8.2.3399: Octave files are not recognized
Problem: Octave files are not recognized.
Solution: Detect Octave files. (Doug Kearns)
|
2021-09-03 19:21:36 +02:00 |
|