30 Commits

Author SHA1 Message Date
3170342af3 runtime(php): Update the php indent script to the 1.75 (from 1.70) (#13025)
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-09-04 22:22:19 +02:00
0382f05dbd runtime: Set b:undo_indent where missing (#12944)
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-28 21:32:59 +02:00
3fc7a7e44a runtime: Fix typos in various files
closes: #12836

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-08-23 21:20:00 +02:00
b17893aa94 Update runtime files 2020-03-14 08:19:51 +01:00
5477506a9f Update runtime files. 2019-07-31 21:07:14 +02:00
0b0f0992d4 Update runtime files. 2018-05-22 21:41:30 +02:00
259f26ac2d patch 8.0.1845: various comment updates needed, missing white space
Problem:    Various comment updates needed, missing white space.
Solution:   Update comments, add white space.
2018-05-15 22:25:40 +02:00
3ec574f2b5 Update runtime files.
Includes changing &sw to shiftwidth() for all indent scripts.
2017-06-13 18:12:01 +02:00
e0720cbf63 Update runtime files. 2017-03-29 13:48:40 +02:00
cbebd4879c Updated runtime files. 2016-02-07 23:02:56 +01:00
ed32d9424d Update runtime files. 2014-12-06 23:33:00 +01:00
bcb9898eba Runtime file updates. 2014-05-01 14:08:19 +02:00
8d04317104 Updated runtime files. 2014-01-23 14:24:41 +01:00
3b1db36689 release version 7.4 2013-08-10 15:00:24 +02:00
9d98fe9cae Update runtime files. 2013-08-03 18:35:36 +02:00
e6ae6225b4 Updated runtime files, language files and translations. 2013-05-21 21:01:10 +02:00
8408a9ad9b More updated runtime files. 2010-07-30 22:41:22 +02:00
5c73622a90 Update runtime files. 2010-01-06 20:54:52 +01:00
c236c16d08 updated for version 7.2b-000 2008-07-13 17:41:49 +00:00
a7241f5f19 updated for version 7.2a 2008-06-24 20:39:31 +00:00
d5ab34bd5e updated for version 7.1a 2007-05-05 17:15:44 +00:00
c9b4b05b35 updated for version 7.0g 2006-04-30 18:54:39 +00:00
05a7bb363b updated for version 7.0182 2006-01-19 22:09:32 +00:00
a5792f5890 updated for version 7.0158 2005-11-23 21:25:05 +00:00
1e01546026 updated for version 7.0150 2005-09-25 22:16:38 +00:00
ae5bce1c12 updated for version 7.0130 2005-08-15 21:41:48 +00:00
9ff7011bcb updated for version 7.0107 2005-07-11 22:29:03 +00:00
6bb683663a updated for version 7.0063 2005-03-22 23:03:44 +00:00
81695250ef updated for version 7.0026 2004-12-29 20:58:21 +00:00
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00