summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
AgeCommit message (Collapse)Author
2019-04-19patch 8.1.1187: cannot recognize Pipfilev8.1.1187Bram Moolenaar
Problem: Cannot recognize Pipfile. Solution: Use existing filetypes. (Charles Ross, closes #4280)
2019-04-16patch 8.1.1177: .ts files are recognized as xml, typescript is more commonv8.1.1177Bram Moolenaar
Problem: .ts files are recognized as xml, while typescript is more common. Solution: Recognize .ts files as typescript. (closes #4264)
2019-04-04Update runtime files.Bram Moolenaar
2019-03-24Update runtime files.Bram Moolenaar
2019-02-17Update runtime files.Bram Moolenaar
2019-02-03Update runtime files.Bram Moolenaar
2019-01-26Updated runtime files.Bram Moolenaar
2019-01-18patch 8.1.0775: matching too many files as zshv8.1.0775Bram Moolenaar
Problem: Matching too many files as zsh. (Danek Duvall) Solution: Be more specific with zsh filetype patterns.
2019-01-18patch 8.1.0771: some shell filetype patterns end in a starv8.1.0771Bram Moolenaar
Problem: Some shell filetype patterns end in a star. Solution: Make sure that patterns not ending in a star are preferred.
2018-11-03patch 8.1.0507: .raml files not properly detectedv8.1.0507Bram Moolenaar
Problem: .raml files not properly detected. Solution: Recognize .raml as raml instead of yaml. (closes #3594)
2018-10-27patch 8.1.0498: /etc/gitconfig not recognized at a gitconfig filev8.1.0498Bram Moolenaar
Problem: /etc/gitconfig not recognized at a gitconfig file. Solution: Add pattern to filetype detection. (closes #3568)
2018-10-19patch 8.1.0484: some file types are not recognizedv8.1.0484Bram Moolenaar
Problem: Some file types are not recognized. Solution: Update the file type detection.
2018-08-11Update runtime files.Bram Moolenaar
2018-07-31Update runtime files.Bram Moolenaar
2018-07-29Update runtime files.Bram Moolenaar
2018-05-06Update runtime files.Bram Moolenaar
2018-01-28Update runtime files.Bram Moolenaar
2017-12-17Update runtime filesBram Moolenaar
2017-11-30Update runtime filesBram Moolenaar
2017-11-21Update runtime files.Bram Moolenaar
2017-11-11patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar
Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)
2017-11-09patch 8.0.1282: script-local variable defined in the wrong scriptv8.0.1282Bram Moolenaar
Problem: script-local variable defined in the wrong script Solution: Move variable to autoload/filetype.vim.
2017-11-09patch 8.0.1281: loading file type detection slows down startupv8.0.1281Bram Moolenaar
Problem: Loading file type detection slows down startup. Solution: Move functions to an autoload script.
2017-11-02Long overdue runtime update.Bram Moolenaar
2017-08-11patch 8.0.0906: don't recognize Couchbase filesv8.0.0906Bram Moolenaar
Problem: Don't recognize Couchbase files. Solution: Add filetype detection. (Eugene Ciurana, closes #1951)
2017-08-09patch 8.0.0894: there is no test for runtime filetype detectionv8.0.0894Bram Moolenaar
Problem: There is no test for runtime filetype detection. Solution: Test a list of filetypes from patterns.
2017-07-15Updated runtime files and translations.Bram Moolenaar
2017-06-22patch 8.0.0650: for extra help files the filetype is set more than oncev8.0.0650Bram Moolenaar
Problem: For extra help files the filetype is set more than once. Solution: In *.txt files check that there is no help file modline.
2017-06-22patch 8.0.0649: when opening a help file the filetype is set several timesv8.0.0649Bram Moolenaar
Problem: When opening a help file the filetype is set several times. Solution: When setting the filetype to the same value from a modeline, don't trigger FileType autocommands. Don't set the filetype to "help" when it's already set correctly.
2017-06-13Update runtime files.Bram Moolenaar
Includes changing &sw to shiftwidth() for all indent scripts.
2017-06-04patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar
Problem: The conf filetype detection is done before ftdetect scripts from packages that are added later. Solution: Add the FALLBACK argument to :setfiletype. (closes #1679, closes #1693)
2017-05-27Update runtime files.Bram Moolenaar
2017-04-23Updated runtime files.Bram Moolenaar
2017-04-15patch 8.0.0564: cannot detect Bazel BUILD files on some systemsv8.0.0564Bram Moolenaar
Problem: Cannot detect Bazel BUILD files on some systems. Solution: Check for BUILD after script checks. (Issue #1340)
2017-03-29Update runtime files.Bram Moolenaar
2017-03-16Update runtime files.Bram Moolenaar
2017-03-05Runtime file updates.Bram Moolenaar
2017-01-17Update runtime files.Bram Moolenaar
2017-01-10Updated runtime files.Bram Moolenaar
2016-11-06Updated runtime files.Bram Moolenaar
2016-10-30Runtime file updates.Bram Moolenaar
2016-10-23Updated runtime files.Bram Moolenaar
2016-09-22Updated runtime files.Bram Moolenaar
2016-09-16Updated runtime files.Bram Moolenaar
2016-08-26Updated runtime files. Add Scala files.Bram Moolenaar
2016-08-18Updated runtime files.Bram Moolenaar
2016-07-24Updated runtime files.Bram Moolenaar
2016-07-17Update runtime files.Bram Moolenaar
2016-07-15Updated runtime files.Bram Moolenaar
2016-07-02Updated runtime files.Bram Moolenaar