summaryrefslogtreecommitdiffstats
path: root/runtime/autoload
AgeCommit message (Collapse)Author
2023-02-27Update runtime filesBram Moolenaar
2023-02-02Update runtime files.Bram Moolenaar
2023-01-09Update runtime filesBram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-12-14patch 9.0.1057: conflict between supercollider and scala filetype detectionv9.0.1057Chris Kipp
Problem: Conflict between supercollider and scala filetype detection. Solution: Do not check for "Class : Method", it can appear in both filetypes. (Chris Kipp, closes #11699)
2022-12-11Update runtime filesBram Moolenaar
2022-12-06Update runtime filesBram Moolenaar
2022-11-24patch 9.0.0935: when using dash it may not be recognize as filetype "sh"v9.0.0935Eisuke Kawashima
Problem: When using dash it may not be recognize as filetype "sh". Solution: Add checks for "dash". (Eisuke Kawashima,closes #11600)
2022-10-28Update runtime filesBram Moolenaar
2022-10-17patch 9.0.0779: lsl and lm3 file extensions are not recognizedv9.0.0779Doug Kearns
Problem: lsl and lm3 file extensions are not recognized. Solution: Add *.lsl and *.lm3 patterns. (Doug Kearns, closes #11384)
2022-10-16Update runtime filesBram Moolenaar
2022-10-16patch 9.0.0771: cannot always tell the difference beween tex and rexx filesv9.0.0771Martin Tournoij
Problem: Cannot always tell the difference beween tex and rexx files. Solution: Recognize tex by a leading backslash. (Martin Tournoij, closes #11380)
2022-10-03Update runtime filesBram Moolenaar
2022-09-27Update runtime filesBram Moolenaar
2022-09-01patch 9.0.0349: filetype of *.sil files not well detectedv9.0.0349Bram Moolenaar
Problem: Filetype of *.sil files not well detected. Solution: Inspect the file contents to guess the filetype.
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)