Bram Moolenaar
|
be807d5824
|
patch 9.0.0349: filetype of *.sil files not well detected
Problem: Filetype of *.sil files not well detected.
Solution: Inspect the file contents to guess the filetype.
|
2022-09-01 15:01:25 +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 |
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Austin Gatlin
|
f3caeb63d6
|
patch 8.2.3050: cannot recognize elixir files
Problem: Cannot recognize elixir files.
Solution: Recognize Elixir-specific files. Check if an .ex file is Euphoria
or Elixir. (Austin Gatlin, closes #8401, closes #8446)
|
2021-06-26 12:02:55 +02:00 |
|
Bram Moolenaar
|
a0122dcd1c
|
patch 8.2.2334: Pascal-like filetypes not always detected
Problem: Pascal-like filetypes not always detected.
Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
closes #7662)
|
2021-01-12 17:42:24 +01:00 |
|
Bram Moolenaar
|
207f009326
|
Update runtime files.
|
2020-08-30 17:20:20 +02:00 |
|
Bram Moolenaar
|
aa9675a61d
|
patch 8.2.1476: filetype test fails on MS-Windows
Problem: Filetype test fails on MS-Windows.
Solution: Remove "^" from pattern.
|
2020-08-17 21:57:09 +02:00 |
|
Bram Moolenaar
|
624b6eaf20
|
patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrules
Problem: /usr/lib/udef/rules.d not recognized as udevrules.
Solution: Adjust match pattern. (Haochen Tong, closes 36722)
|
2020-08-17 21:17:25 +02:00 |
|
Bram Moolenaar
|
d1caa941d8
|
Update runtime files
|
2020-04-10 22:10:56 +02:00 |
|
Bram Moolenaar
|
d7df279808
|
Update a few runtime files.
|
2020-01-02 21:34:42 +01:00 |
|
Bram Moolenaar
|
63b74a8362
|
Update runtime files.
|
2019-03-24 15:09:13 +01:00 |
|
Bram Moolenaar
|
493fbe4abe
|
patch 8.1.1017: off-by-one error in filetype detection
Problem: Off-by-one error in filetype detection.
Solution: Also check the last line of the file.
|
2019-03-17 17:16:12 +01:00 |
|
Bram Moolenaar
|
147e7d0cab
|
patch 8.1.0771: some shell filetype patterns end in a star
Problem: Some shell filetype patterns end in a star.
Solution: Make sure that patterns not ending in a star are preferred.
|
2019-01-18 21:46:47 +01:00 |
|