summaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
AgeCommit message (Collapse)Author
2017-08-11patch 8.0.0906: don't recognize Couchbase filesBram 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 detectionBram 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 onceBram 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 timesBram 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 packagesBram 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 systemsBram 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
2016-04-30Update runtime files.Bram Moolenaar
2015-12-03patch 7.4.956Bram Moolenaar
Problem: A few more file name extensions not recognized. Solution: Add .asciidoc, .bzl, .gradle, etc.
2015-12-03patch 7.4.955Bram Moolenaar
Problem: Vim doesn't recognize .pl6 and .pod6 files. Solution: Recognize them as perl6 and pod6. (Mike Eve, closes #511)
2015-10-13Update runtime files.Bram Moolenaar
2015-09-25Update various runtime files.Bram Moolenaar
2015-09-08patch 7.4.859Bram Moolenaar
Problem: Vim doesn't recognize all htmldjango files. Solution: Recognize a comment. (Daniel Hahler, PR #410)
2015-08-11Update runtime files.Bram Moolenaar
2015-07-21Updated and new runtime files.Bram Moolenaar
2015-06-09Updated runtime files.Bram Moolenaar
2015-04-13Updated runtime files.Bram Moolenaar
2015-03-21Update runtime files.Bram Moolenaar
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-07Update runtime files.Bram Moolenaar
2014-12-06Update runtime files.Bram Moolenaar
2014-11-05Update runtime files.Bram Moolenaar
2014-10-15Update runtime files and translations.Bram Moolenaar
2014-09-09Update runtime files.Bram Moolenaar
2014-08-29Update runtime files.Bram Moolenaar
2014-08-23Runtime file updates.Bram Moolenaar
2014-08-22Updated runtime files.Bram Moolenaar
2014-07-26Update runtime files. Add vroom file support.Bram Moolenaar
2014-07-19Update runtime files. Make matchparen plugin backwards compatible.Bram Moolenaar
Add json filetype.
2014-07-10Updated runtime files.Bram Moolenaar
2014-06-12Update runtime files.Bram Moolenaar