summaryrefslogtreecommitdiff
path: root/runtime/indent/testdir
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2023-05-142-0/+92
|
* Update runtime files.Bram Moolenaar2023-02-022-0/+104
|
* Update runtime filesBram Moolenaar2022-12-312-0/+268
|
* Update runtime filesBram Moolenaar2022-10-162-1/+37
|
* Update runtime filesBram Moolenaar2022-10-032-0/+24
|
* Update runtime filesBram Moolenaar2022-09-272-32/+1524
|
* Update runtime filesBram Moolenaar2022-09-043-2/+27
|
* Update runtime filesBram Moolenaar2022-08-242-0/+36
|
* Update runtime filesBram Moolenaar2022-08-194-12/+28
|
* Update runtime filesBram Moolenaar2022-08-082-0/+136
|
* Update runtime filesBram Moolenaar2022-07-252-0/+38
|
* Update runtime filesBram Moolenaar2022-06-242-0/+12
|
* Update runtime filesBram Moolenaar2022-05-072-10/+0
|
* patch 8.2.4857: Yaml indent for multiline is wrongv8.2.4857asmka2022-05-022-0/+12
| | | | | Problem: Yaml indent for multiline is wrong. Solution: Adjust patterns. (closes #10328, closes #8740)
* Update runtime filesBram Moolenaar2022-04-182-0/+296
|
* Update runtime filesBram Moolenaar2022-01-312-2/+24
|
* Update runtime filesBram Moolenaar2021-07-282-2/+2
|
* Update runtime filesBram Moolenaar2021-02-133-1/+31
|
* Update runtime files.Bram Moolenaar2021-01-252-0/+10
|
* Update runtime files.Bram Moolenaar2021-01-112-0/+38
|
* Update runtime filesBram Moolenaar2020-07-102-29/+89
|
* Update runtime filesBram Moolenaar2020-06-212-0/+20
|
* Update runtime filesBram Moolenaar2020-06-072-0/+10
|
* Update runtime filesBram Moolenaar2020-05-262-0/+106
|
* patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705Bram Moolenaar2020-05-061-0/+1
| | | | | Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048)
* Runtime file updates.Bram Moolenaar2019-12-083-0/+19
|
* Update runtime files.Bram Moolenaar2019-11-022-0/+30
|
* Update runtime files.Bram Moolenaar2019-10-162-0/+28
|
* patch 8.1.2056: "make test" for indent files doesn't cause make to failv8.1.2056Bram Moolenaar2019-09-181-0/+6
| | | | | Problem: "make test" for indent files doesn't cause make to fail. Solution: Exit the script with ":cquit". (Daniel Hahler, closes #4949)
* patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar2019-04-271-11/+0
| | | | | | Problem: "make clean" in top dir does not cleanup indent test output. Solution: Clean the indent test output. Do not rely on the vim executable for that. (closes #4307)
* Update runtime files.Bram Moolenaar2019-03-244-9/+9
|
* Update runtime files.Bram Moolenaar2018-12-187-32/+159
|
* patch 8.1.0599: without the +eval feature the indent tests don't workv8.1.0599Bram Moolenaar2018-12-152-4/+15
| | | | | Problem: Without the +eval feature the indent tests don't work. Solution: Skip the body of the tests.
* Update runtime files.Bram Moolenaar2018-12-096-0/+154
|
* patch 8.1.0545: when executing indent tests user preferences interferev8.1.0545Bram Moolenaar2018-11-251-1/+3
| | | | | Problem: When executing indent tests user preferences interfere. Solution: Add "--clean".
* Update runtime filesBram Moolenaar2018-11-252-0/+34
|
* Update runtime filesBram Moolenaar2018-11-041-6/+11
|
* patch 8.1.0496: no tests for indent filesv8.1.0496Bram Moolenaar2018-10-255-0/+307
Problem: No tests for indent files. Solution: Add a mechanism for running indent file tests. Add a first test for Vim indenting.