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 |
|
Bram Moolenaar
|
89a9c159f2
|
Update runtime files
|
2021-08-29 21:55:35 +02:00 |
|
Bram Moolenaar
|
4d8f476176
|
Update runtime files
|
2021-06-27 15:18:56 +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
|
4c295027a4
|
Update runtime files
|
2021-05-02 17:19:11 +02:00 |
|
Bram Moolenaar
|
9faec4e3d4
|
Update runtime files.
|
2021-02-27 16:38:07 +01:00 |
|
Bram Moolenaar
|
942db23c9c
|
Update runtime files
|
2021-02-13 18:14:48 +01: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
|
23515b4ef7
|
Update runtime files
|
2020-11-29 14:36:24 +01:00 |
|
Bram Moolenaar
|
4466ad6baa
|
Update runtime files
|
2020-11-21 13:16:30 +01:00 |
|
Bram Moolenaar
|
cb80aa2d53
|
Update runtime files.
|
2020-10-26 21:12:46 +01:00 |
|
Bram Moolenaar
|
4f4d51a942
|
Update runtime files.
|
2020-10-11 13:57:40 +02:00 |
|
Bram Moolenaar
|
1d59aa1fdf
|
Update runtime files.
|
2020-09-19 18:50:13 +02: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
|
e7b1ea0276
|
Update runtime files.
|
2020-08-07 19:54:59 +02:00 |
|
Bram Moolenaar
|
2547aa930b
|
Update runtime files.
|
2020-07-26 17:00:44 +02:00 |
|
Bram Moolenaar
|
7ff78465f7
|
Update runtime files
|
2020-07-10 22:00:53 +02:00 |
|
Bram Moolenaar
|
d1caa941d8
|
Update runtime files
|
2020-04-10 22:10:56 +02:00 |
|
Bram Moolenaar
|
eab6dff19f
|
Update runtime files
|
2020-03-01 19:06:45 +01:00 |
|
Bram Moolenaar
|
8024f93636
|
Update runtime files.
|
2020-01-14 19:29:13 +01:00 |
|
Bram Moolenaar
|
2963456ff2
|
Update runtime files.
|
2020-01-09 21:46:04 +01:00 |
|
Bram Moolenaar
|
d7df279808
|
Update a few runtime files.
|
2020-01-02 21:34:42 +01:00 |
|
Bram Moolenaar
|
2ed639abdc
|
Update a few runtime files.
|
2019-12-09 23:11:18 +01:00 |
|