summaryrefslogtreecommitdiffstats
path: root/runtime/scripts.vim
AgeCommit message (Collapse)Author
2023-08-27runtime: Remove outdated scripts.vim comment (#12934)dkearns
Problem: Comment in scripts.vim is outdated Solution: Delete the comment runtime/autoload/dist/script.vim is now Vim9 script so =~ does not use 'ignorecase'. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2023-06-10Update runtime filesBram Moolenaar
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-01-15patch 8.2.4095: sed script not recognized by the first linev8.2.4095Bram Moolenaar
Problem: Sed script not recognized by the first line. Solution: Recognize a sed script starting with "#n". (Doug Kearns)
2022-01-05patch 8.2.4014: git and gitcommit file types not properly recognizedv8.2.4014Bram Moolenaar
Problem: Git and gitcommit file types not properly recognized. Solution: Adjust filetype detection. (Tim Pope, closes #9477)
2021-11-27patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686Bram Moolenaar
Problem: Filetype detection often mixes up Forth and F#. Solution: Add a function to inspect the file contents. (Doug Kearns)
2021-11-16patch 8.2.3603: fish filetype not recognizedv8.2.3603Bram Moolenaar
Problem: Fish filetype not recognized. Solution: Add a file pattern and match script line. (Doug Kearns)
2021-11-16patch 8.2.3600: filetype test failsv8.2.3600Bram Moolenaar
Problem: Filetype test fails. Solution: Add missint change.
2021-04-20patch 8.2.2790: filetype test failsv8.2.2790Bram Moolenaar
Problem: filetype test fails Solution: Also update the scripts detection
2021-02-13Update runtime filesBram Moolenaar
2021-01-22patch 8.2.2392: fennel filetype not recognizedv8.2.2392Bram Moolenaar
Problem: Fennel filetype not recognized. Solution: Detect with pattern and hashbang. (Chinmay Dalal, closes #7729)
2021-01-12patch 8.2.2334: Pascal-like filetypes not always detectedv8.2.2334Bram Moolenaar
Problem: Pascal-like filetypes not always detected. Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns, closes #7662)
2020-08-15Update runtime files.Bram Moolenaar
2020-06-07patch 8.2.0930: script filetype detection trips over env -S argumentv8.2.0930Bram Moolenaar
Problem: Script filetype detection trips over env -S argument. Solution: Remove "-S" and "--ignore-environment". (closes #5013) Add tests.
2020-03-14Update runtime filesBram Moolenaar
2020-03-06patch 8.2.0360: yaml files are only recognized by the file extensionv8.2.0360Bram Moolenaar
Problem: Yaml files are only recognized by the file extension. Solution: Check for a line starting with "%YAML". (Jason Franklin)
2019-07-04Update runtime filesBram Moolenaar
2019-06-25patch 8.1.1593: filetype not detected for C++ header files without extensionv8.1.1593Bram Moolenaar
Problem: Filetype not detected for C++ header files without extension. Solution: Recognize the file by the Emacs file mode. (Dmitry Ilyin, closes #4593)
2018-02-27Updated runtime files.Bram Moolenaar
Add Serbian translations and spell checking.
2018-02-03patch 8.0.1465: python2 and python3 detection not testedv8.0.1465Bram Moolenaar
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.
2018-02-03patch 8.0.1457: clojure now supports a shebang linev8.0.1457Bram Moolenaar
Problem: Clojure now supports a shebang line. Solution: Detect clojure script from the shebang line. (David Burgin, closes #2570)
2018-01-28Update 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.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-27Update runtime filesBram Moolenaar
2017-06-11patch 8.0.0635: when 'ignorecase' is set script detection is inaccuratev8.0.0635Bram Moolenaar
Problem: When 'ignorecase' is set script detection is inaccurate. Solution: Enforce matching case for text. (closes #1753)
2017-03-05Runtime file updates.Bram Moolenaar
2016-05-24Update runtime files.Bram Moolenaar
2014-08-29Update runtime files.Bram Moolenaar
2013-06-06Updated runtime files.Bram Moolenaar
2013-06-01Updated runtime files and translations.Bram Moolenaar
2012-09-21Updated runtime files.Bram Moolenaar
2010-09-30Runtime file updates.Bram Moolenaar
2010-07-29Dectect Perl6.Bram Moolenaar
2010-01-06Update runtime files.Bram Moolenaar
2008-08-25updated for version 7.2-006v7.2.006Bram Moolenaar
2008-08-09updated for version 7.2-000v7.2.000v7.2Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2008-06-25updated for version 7.2a-00v7.2a.00Bram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2006-08-08updated for version 7.0-049v7.0.049Bram Moolenaar
2006-03-28updated for version 7.0c02v7.0c02Bram Moolenaar
2006-03-26updated for version 7.0b02v7.0b02Bram Moolenaar
2006-03-25updated for version 7.0b01Bram Moolenaar
2006-02-01updated for version 7.0191v7.0191Bram Moolenaar
2005-10-12updated for version 7.0157v7.0157Bram Moolenaar
2005-09-20updated for version 7.0149v7.0149Bram Moolenaar