Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.4372: filetype detection from file contents is in legacy scriptv8.2.4372 | Bram Moolenaar | 2022-02-13 | 1 | -421/+4 |
| | | | | | Problem: Filetype detection from file contents is in legacy script. Solution: Use a compiled function for filetype detection. | ||||
* | patch 8.2.4095: sed script not recognized by the first linev8.2.4095 | Bram Moolenaar | 2022-01-15 | 1 | -0/+6 |
| | | | | | Problem: Sed script not recognized by the first line. Solution: Recognize a sed script starting with "#n". (Doug Kearns) | ||||
* | patch 8.2.4014: git and gitcommit file types not properly recognizedv8.2.4014 | Bram Moolenaar | 2022-01-05 | 1 | -1/+1 |
| | | | | | Problem: Git and gitcommit file types not properly recognized. Solution: Adjust filetype detection. (Tim Pope, closes #9477) | ||||
* | patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686 | Bram Moolenaar | 2021-11-27 | 1 | -0/+4 |
| | | | | | Problem: Filetype detection often mixes up Forth and F#. Solution: Add a function to inspect the file contents. (Doug Kearns) | ||||
* | patch 8.2.3603: fish filetype not recognizedv8.2.3603 | Bram Moolenaar | 2021-11-16 | 1 | -0/+4 |
| | | | | | Problem: Fish filetype not recognized. Solution: Add a file pattern and match script line. (Doug Kearns) | ||||
* | patch 8.2.3600: filetype test failsv8.2.3600 | Bram Moolenaar | 2021-11-16 | 1 | -0/+8 |
| | | | | | Problem: Filetype test fails. Solution: Add missint change. | ||||
* | patch 8.2.2790: filetype test failsv8.2.2790 | Bram Moolenaar | 2021-04-20 | 1 | -4/+4 |
| | | | | | Problem: filetype test fails Solution: Also update the scripts detection | ||||
* | Update runtime files | Bram Moolenaar | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | patch 8.2.2392: fennel filetype not recognizedv8.2.2392 | Bram Moolenaar | 2021-01-22 | 1 | -0/+4 |
| | | | | | Problem: Fennel filetype not recognized. Solution: Detect with pattern and hashbang. (Chinmay Dalal, closes #7729) | ||||
* | patch 8.2.2334: Pascal-like filetypes not always detectedv8.2.2334 | Bram Moolenaar | 2021-01-12 | 1 | -0/+4 |
| | | | | | | Problem: Pascal-like filetypes not always detected. Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns, closes #7662) | ||||
* | Update runtime files. | Bram Moolenaar | 2020-08-15 | 1 | -2/+2 |
| | |||||
* | patch 8.2.0930: script filetype detection trips over env -S argumentv8.2.0930 | Bram Moolenaar | 2020-06-07 | 1 | -2/+4 |
| | | | | | | Problem: Script filetype detection trips over env -S argument. Solution: Remove "-S" and "--ignore-environment". (closes #5013) Add tests. | ||||
* | Update runtime files | Bram Moolenaar | 2020-03-14 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0360: yaml files are only recognized by the file extensionv8.2.0360 | Bram Moolenaar | 2020-03-06 | 1 | -0/+4 |
| | | | | | Problem: Yaml files are only recognized by the file extension. Solution: Check for a line starting with "%YAML". (Jason Franklin) | ||||
* | Update runtime files | Bram Moolenaar | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | patch 8.1.1593: filetype not detected for C++ header files without extensionv8.1.1593 | Bram Moolenaar | 2019-06-25 | 1 | -4/+9 |
| | | | | | | Problem: Filetype not detected for C++ header files without extension. Solution: Recognize the file by the Emacs file mode. (Dmitry Ilyin, closes #4593) | ||||
* | Updated runtime files. | Bram Moolenaar | 2018-02-27 | 1 | -4/+0 |
| | | | | Add Serbian translations and spell checking. | ||||
* | patch 8.0.1465: python2 and python3 detection not testedv8.0.1465 | Bram Moolenaar | 2018-02-03 | 1 | -1/+1 |
| | | | | | | Problem: Python2 and python3 detection not tested. (Matej Cepl) Solution: Add test for detecting python2 and python3. Also detect a script using "js" as javascript. | ||||
* | patch 8.0.1457: clojure now supports a shebang linev8.0.1457 | Bram Moolenaar | 2018-02-03 | 1 | -1/+9 |
| | | | | | | Problem: Clojure now supports a shebang line. Solution: Detect clojure script from the shebang line. (David Burgin, closes #2570) | ||||
* | Update runtime files. | Bram Moolenaar | 2018-01-28 | 1 | -0/+4 |
| | |||||
* | patch 8.0.1285: occasional crash when using a channelv8.0.1285 | Bram Moolenaar | 2017-11-11 | 1 | -6/+6 |
| | | | | | Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315) | ||||
* | patch 8.0.1281: loading file type detection slows down startupv8.0.1281 | Bram Moolenaar | 2017-11-09 | 1 | -6/+6 |
| | | | | | Problem: Loading file type detection slows down startup. Solution: Move functions to an autoload script. | ||||
* | Long overdue runtime update. | Bram Moolenaar | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | patch 8.0.0635: when 'ignorecase' is set script detection is inaccuratev8.0.0635 | Bram Moolenaar | 2017-06-11 | 1 | -89/+93 |
| | | | | | Problem: When 'ignorecase' is set script detection is inaccurate. Solution: Enforce matching case for text. (closes #1753) | ||||
* | Runtime file updates. | Bram Moolenaar | 2017-03-05 | 1 | -1/+13 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2016-05-24 | 1 | -2/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2014-08-29 | 1 | -1/+5 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-06-06 | 1 | -0/+9 |
| | |||||
* | Updated runtime files and translations. | Bram Moolenaar | 2013-06-01 | 1 | -1/+7 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2012-09-21 | 1 | -2/+3 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2010-09-30 | 1 | -2/+3 |
| | |||||
* | Dectect Perl6. | Bram Moolenaar | 2010-07-29 | 1 | -1/+5 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2010-01-06 | 1 | -10/+11 |
| | |||||
* | updated for version 7.2-006v7.2.006 | Bram Moolenaar | 2008-08-25 | 1 | -0/+4 |
| | |||||
* | updated for version 7.2-000v7.2.000v7.2 | Bram Moolenaar | 2008-08-09 | 1 | -2/+1 |
| | |||||
* | updated for version 7.2c-000v7.2c.000 | Bram Moolenaar | 2008-08-06 | 1 | -1/+2 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -2/+2 |
| | |||||
* | updated for version 7.2a-00v7.2a.00 | Bram Moolenaar | 2008-06-25 | 1 | -1/+9 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-06 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0-049v7.0.049 | Bram Moolenaar | 2006-08-08 | 1 | -1/+7 |
| | |||||
* | updated for version 7.0c02v7.0c02 | Bram Moolenaar | 2006-03-28 | 1 | -2/+5 |
| | |||||
* | updated for version 7.0b02v7.0b02 | Bram Moolenaar | 2006-03-26 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0b01 | Bram Moolenaar | 2006-03-25 | 1 | -4/+3 |
| | |||||
* | updated for version 7.0191v7.0191 | Bram Moolenaar | 2006-02-01 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0157v7.0157 | Bram Moolenaar | 2005-10-12 | 1 | -1/+5 |
| | |||||
* | updated for version 7.0149v7.0149 | Bram Moolenaar | 2005-09-20 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0074v7.0074 | Bram Moolenaar | 2005-05-20 | 1 | -2/+10 |
| | |||||
* | updated for version 7.0055v7.0055 | Bram Moolenaar | 2005-03-04 | 1 | -1/+5 |
| | |||||
* | updated for version 7.0017v7.0017 | Bram Moolenaar | 2004-10-07 | 1 | -4/+4 |
| |