summaryrefslogtreecommitdiff
path: root/runtime/scripts.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.4372: filetype detection from file contents is in legacy scriptv8.2.4372Bram Moolenaar2022-02-131-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.4095Bram Moolenaar2022-01-151-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.4014Bram Moolenaar2022-01-051-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.3686Bram Moolenaar2021-11-271-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.3603Bram Moolenaar2021-11-161-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.3600Bram Moolenaar2021-11-161-0/+8
| | | | | Problem: Filetype test fails. Solution: Add missint change.
* patch 8.2.2790: filetype test failsv8.2.2790Bram Moolenaar2021-04-201-4/+4
| | | | | Problem: filetype test fails Solution: Also update the scripts detection
* Update runtime filesBram Moolenaar2021-02-131-1/+1
|
* patch 8.2.2392: fennel filetype not recognizedv8.2.2392Bram Moolenaar2021-01-221-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.2334Bram Moolenaar2021-01-121-0/+4
| | | | | | Problem: Pascal-like filetypes not always detected. Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns, closes #7662)
* Update runtime files.Bram Moolenaar2020-08-151-2/+2
|
* patch 8.2.0930: script filetype detection trips over env -S argumentv8.2.0930Bram Moolenaar2020-06-071-2/+4
| | | | | | Problem: Script filetype detection trips over env -S argument. Solution: Remove "-S" and "--ignore-environment". (closes #5013) Add tests.
* Update runtime filesBram Moolenaar2020-03-141-1/+1
|
* patch 8.2.0360: yaml files are only recognized by the file extensionv8.2.0360Bram Moolenaar2020-03-061-0/+4
| | | | | Problem: Yaml files are only recognized by the file extension. Solution: Check for a line starting with "%YAML". (Jason Franklin)
* Update runtime filesBram Moolenaar2019-07-041-1/+1
|
* patch 8.1.1593: filetype not detected for C++ header files without extensionv8.1.1593Bram Moolenaar2019-06-251-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 Moolenaar2018-02-271-4/+0
| | | | Add Serbian translations and spell checking.
* patch 8.0.1465: python2 and python3 detection not testedv8.0.1465Bram Moolenaar2018-02-031-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.1457Bram Moolenaar2018-02-031-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 Moolenaar2018-01-281-0/+4
|
* patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar2017-11-111-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.1281Bram Moolenaar2017-11-091-6/+6
| | | | | Problem: Loading file type detection slows down startup. Solution: Move functions to an autoload script.
* Long overdue runtime update.Bram Moolenaar2017-11-021-1/+1
|
* Update runtime filesBram Moolenaar2017-08-271-2/+2
|
* patch 8.0.0635: when 'ignorecase' is set script detection is inaccuratev8.0.0635Bram Moolenaar2017-06-111-89/+93
| | | | | Problem: When 'ignorecase' is set script detection is inaccurate. Solution: Enforce matching case for text. (closes #1753)
* Runtime file updates.Bram Moolenaar2017-03-051-1/+13
|
* Update runtime files.Bram Moolenaar2016-05-241-2/+3
|
* Update runtime files.Bram Moolenaar2014-08-291-1/+5
|
* Updated runtime files.Bram Moolenaar2013-06-061-0/+9
|
* Updated runtime files and translations.Bram Moolenaar2013-06-011-1/+7
|
* Updated runtime files.Bram Moolenaar2012-09-211-2/+3
|
* Runtime file updates.Bram Moolenaar2010-09-301-2/+3
|
* Dectect Perl6.Bram Moolenaar2010-07-291-1/+5
|
* Update runtime files.Bram Moolenaar2010-01-061-10/+11
|
* updated for version 7.2-006v7.2.006Bram Moolenaar2008-08-251-0/+4
|
* updated for version 7.2-000v7.2.000v7.2Bram Moolenaar2008-08-091-2/+1
|
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-061-1/+2
|
* updated for version 7.2b-000v7.2b.000Bram Moolenaar2008-07-131-2/+2
|
* updated for version 7.2a-00v7.2a.00Bram Moolenaar2008-06-251-1/+9
|
* updated for version 7.1aBram Moolenaar2007-05-061-2/+2
|
* updated for version 7.0-049v7.0.049Bram Moolenaar2006-08-081-1/+7
|
* updated for version 7.0c02v7.0c02Bram Moolenaar2006-03-281-2/+5
|
* updated for version 7.0b02v7.0b02Bram Moolenaar2006-03-261-0/+2
|
* updated for version 7.0b01Bram Moolenaar2006-03-251-4/+3
|
* updated for version 7.0191v7.0191Bram Moolenaar2006-02-011-2/+2
|
* updated for version 7.0157v7.0157Bram Moolenaar2005-10-121-1/+5
|
* updated for version 7.0149v7.0149Bram Moolenaar2005-09-201-1/+2
|
* updated for version 7.0074v7.0074Bram Moolenaar2005-05-201-2/+10
|
* updated for version 7.0055v7.0055Bram Moolenaar2005-03-041-1/+5
|
* updated for version 7.0017v7.0017Bram Moolenaar2004-10-071-4/+4
|