summaryrefslogtreecommitdiffstats
path: root/runtime/indent/php.vim
AgeCommit message (Collapse)Author
2023-09-04runtime(php): Update the php indent script to the 1.75 (from 1.70) (#13025)John Wellesz
Changes: 1.75: - Fix 2072/PHP-Indenting-for-VIm#87: The indent optimization was causing wrong indentation of lines preceded by a line ending with '}' when preceded by non white characters. - Fix long standing non-reported regex escaping issue in cleaning end of line comments function. This should help fixing some other unreported issues when parts of codes are commented out at ends of lines... 1.74: - Fix 2072/PHP-Indenting-for-VIm#86: Add support for `match` expression. 1.73: - Fix 2072/PHP-Indenting-for-VIm#77 where multi line strings and true/false keywords at beginning of a line would cause indentation failures. 1.72: - Fix vim/vim#5722 where it was reported that the option PHP_BracesAtCodeLevel had not been working for the last 6 years. 1.71: - Fix 2072/PHP-Indenting-for-VIm#75 where the indent script would hang on some multi-line quoted strings. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-28runtime: Set b:undo_indent where missing (#12944)dkearns
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-23runtime: Fix typos in various filesViktor Szépe
closes: #12836 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Viktor Szépe <viktor@szepe.net>
2020-03-14Update runtime filesBram Moolenaar
2019-07-31Update runtime files.Bram Moolenaar
2018-05-22Update runtime files.Bram Moolenaar
2018-05-15patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845Bram Moolenaar
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
2017-06-13Update runtime files.Bram Moolenaar
Includes changing &sw to shiftwidth() for all indent scripts.
2017-03-29Update runtime files.Bram Moolenaar
2016-02-07Updated runtime files.Bram Moolenaar
2014-12-06Update runtime files.Bram Moolenaar
2014-05-01Runtime file updates.Bram Moolenaar
2014-01-23Updated runtime files.Bram Moolenaar
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-08-03Update runtime files.Bram Moolenaar
2013-05-21Updated runtime files, language files and translations.Bram Moolenaar
2010-07-30More updated runtime files.Bram Moolenaar
2010-01-06Update runtime files.Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2006-01-19updated for version 7.0182Bram Moolenaar
2005-11-23updated for version 7.0158v7.0158Bram Moolenaar
2005-09-25updated for version 7.0150Bram Moolenaar
2005-08-15updated for version 7.0130v7.0130Bram Moolenaar
2005-07-11updated for version 7.0107Bram Moolenaar
2005-03-22updated for version 7.0063Bram Moolenaar
2004-12-29updated for version 7.0026Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar