summaryrefslogtreecommitdiffstats
path: root/runtime/autoload
AgeCommit message (Collapse)Author
2022-08-24Update runtime filesBram Moolenaar
2022-08-19Update runtime filesBram Moolenaar
2022-08-15Update runtime filesBram Moolenaar
2022-08-08Update runtime filesBram Moolenaar
2022-07-26patch 9.0.0088: pattern for detecting bitbake files is not sufficientv9.0.0088Gregory Anders
Problem: Pattern for detecting bitbake files is not sufficient. Solution: Adjust the pattern. (Gregory Anders, closes #10743)
2022-07-25Update runtime filesBram Moolenaar
2022-07-16patch 9.0.0055: bitbake files are not detectedv9.0.0056v9.0.0055Gregory Anders
Problem: Bitbake files are not detected. Solution: Add bitbake filetype detection by file name and contents. (Gregory Anders, closes #10697)
2022-07-05patch 9.0.0042: missing change for filetype detectionv9.0.0042Bram Moolenaar
Problem: Missing change for filetype detection. Solution: Include change to detect guile from shebang line.
2022-07-01Update runtime filesBram Moolenaar
2022-06-30patch 9.0.0012: signature files not detected properlyv9.0.0012Bram Moolenaar
Problem: Signature files not detected properly. Solution: Add a function to better detect signature files. (Doug Kearns)
2022-06-29patch 9.0.0006: not all Visual Basic files are recognizedv9.0.0006Bram Moolenaar
Problem: Not all Visual Basic files are recognized. Solution: Change detection of *.cls files. (Doug Kearns)
2022-06-20Update runtime filesBram Moolenaar
2022-06-16patch 8.2.5110: icon filetype not recognized from the first linev8.2.5110Bram Moolenaar
Problem: Icon filetype not recognized from the first line. Solution: Add a check for the first line. (Doug Kearns)
2022-04-18Update runtime filesBram Moolenaar
2022-04-16patch 8.2.4766: KRL files using "deffct" not recognizedv8.2.4766KnoP-01
Problem: KRL files using "deffct" not recognized. Solution: Adjust the pattern used for matching. (Patrick Meiser-Knosowski, closes #10200)
2022-04-13patch 8.2.4747: no filetype override for .sys filesv8.2.4747KnoP-01
Problem: No filetype override for .sys files. Solution: Add g:filetype_sys. (Patrick Meiser-Knosowski, closes #10181)
2022-04-13patch 8.2.4746: supercollider filetype not recognizedv8.2.4746ranjithshegde
Problem: Supercollider filetype not recognized. Solution: Match file extentions and check file contents to detect supercollider. (closes #10142)
2022-04-09patch 8.2.0003: Build file dependencies are incompletev8.2.4720Bram Moolenaar
Problem: Build file dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata, closes #5356)
2022-04-08Update runtime filesBram Moolenaar
2022-04-06patch 8.2.4701: Kuka Robot Language files not recognizedv8.2.4701Bram Moolenaar
Problem: Kuka Robot Language files not recognized. Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski, closes #10096)
2022-03-30Update runtime filesBram Moolenaar
2022-03-08Update runtime filesBram Moolenaar
2022-03-05patch 8.2.4511: filetype test failsv8.2.4511Bram Moolenaar
Problem: Filetype test fails. Solution: Change "endw" to "endwhile".
2022-02-26Update runtime files.Bram Moolenaar
2022-02-24patch 8.2.4464: Dtrace files are recognized as filetype Dv8.2.4464=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=
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-22patch 8.2.4448: filetype detection is failingv8.2.4448Bram Moolenaar
Problem: Filetype detection is failing. Solution: Do not use "s:" where it is no longer allowed.
2022-02-13patch 8.2.4372: filetype detection from file contents is in legacy scriptv8.2.4372Bram Moolenaar
Problem: Filetype detection from file contents is in legacy script. Solution: Use a compiled function for filetype detection.
2022-02-05patch 8.2.4305: tex filetype detection failsv8.2.4305Bram Moolenaar
Problem: Tex filetype detection fails. Solution: Check value to be positive. (closes #9704)
2022-02-04Update runtime files; use compiled functionsBram Moolenaar
2022-02-04Update runtime files.Bram Moolenaar
2022-01-31patch 8.2.4274: Basic and form filetype detection is incompletev8.2.4274Doug Kearns
Problem: Basic and form filetype detection is incomplete. Solution: Add a separate function for .frm files. (Doug Kearns, closes #9675)
2022-01-31Update runtime filesBram Moolenaar
2022-01-29Update runtime filesBram Moolenaar
2022-01-28patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"v8.2.4238=?UTF-8?q?Dundar=20G=C3=B6c?=
Problem: *.tf file could be fileytpe "tf" or "terraform". Solution: Detect the type from the file contents. (closes #9642)
2022-01-21patch 8.2.4172: filetype detection for BASIC is not optimalv8.2.4172Bram Moolenaar
Problem: Filetype detection for BASIC is not optimal. Solution: Improve BASIC filetype detection. (Doug Kearns)
2022-01-16Update runtime filesBram Moolenaar
2022-01-11patch 8.2.4064: foam files are not detectedv8.2.4064Elwardi
Problem: Foam files are not detected. Solution: Detect the foam filetype by the path and file contents. (Mohammed Elwardi Fadeli, closes #9501)
2021-12-27Update runtime filesBram Moolenaar
2021-12-24Update runtime filesBram Moolenaar
2021-12-17patch 8.2.3843: dep3patch files are not recognizedv8.2.3843James McCoy
Problem: Dep3patch files are not recognized. Solution: Recognize dep3patch files by their location and content. (James McCoy, closes #9367)
2021-12-05Update runtime filesBram Moolenaar
2021-11-30patch 8.2.3703: most people call F# "fsharp" and not "fs"v8.2.3703Bram Moolenaar
Problem: Most people call F# "fsharp" and not "fs". Solution: Rename filetype "fs" to "fsharp".
2021-11-27patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686Bram Moolenaar
Problem: Filetype detection often mixes up Forth and F#. Solution: Add a function to inspect the file contents. (Doug Kearns)
2021-11-26patch 8.2.3679: objc file detected as Octavev8.2.3679Doug Kearns
Problem: objc file detected as Octave. (Antony Lee) Solution: Detect objc by preprocessor lines. (Doug Kearns, closes #9223, closes #9220)
2021-11-16Update runtime filesBram Moolenaar
2021-11-07Update runtime filesBram Moolenaar
2021-10-04Update runtime filesBram Moolenaar
2021-09-21Update runtime filesBram Moolenaar
2021-09-12patch 8.2.3432: octave/Matlab filetype detection does not work properlyv8.2.3432Bram Moolenaar
Problem: Octave/Matlab filetype detection does not work properly. Solution: Update the patterns used for matching. (Doug Kearns)
2021-09-09Update runtime filesBram Moolenaar