summaryrefslogtreecommitdiff
path: root/runtime/indent
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2021-02-271-3/+3
|
* Update runtime filesBram Moolenaar2021-02-137-35/+116
|
* Update runtime files.Bram Moolenaar2021-01-255-8/+27
|
* Update runtime files.Bram Moolenaar2021-01-114-3/+83
|
* Update runtime files.Bram Moolenaar2021-01-022-2/+16
|
* Update runtime files.Bram Moolenaar2020-12-231-2/+2
|
* Update runtime filesBram Moolenaar2020-11-291-5/+31
|
* Update runtime files.Bram Moolenaar2020-10-262-2/+2
|
* Update runtime files.Bram Moolenaar2020-10-111-6/+6
|
* Update runtime files.Bram Moolenaar2020-09-281-4/+4
|
* Update runtime files.Bram Moolenaar2020-09-191-27/+120
|
* Update runtime files.Bram Moolenaar2020-09-071-10/+12
|
* Update runtime files.Bram Moolenaar2020-07-261-1/+2
|
* Update runtime filesBram Moolenaar2020-07-104-34/+93
|
* Update runtime filesBram Moolenaar2020-06-213-2/+22
|
* Update runtime filesBram Moolenaar2020-06-075-42/+173
|
* Update runtime filesBram Moolenaar2020-05-264-7/+155
|
* Update runtime filesBram Moolenaar2020-05-121-7/+17
|
* 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)
* Update runtime filesBram Moolenaar2020-04-203-9/+10
|
* Update runtime filesBram Moolenaar2020-04-101-3/+18
|
* Update runtime filesBram Moolenaar2020-03-141-1/+1
|
* patch 8.2.0161: not recognizing .gv file as dot filetypev8.2.0161Bram Moolenaar2020-01-271-0/+0
| | | | | Problem: Not recognizing .gv file as dot filetype. Solution: Add *.gv to dot pattern. (closes #5544)
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-4/+4
| | | | | Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
* Update a few runtime files.Bram Moolenaar2019-12-091-9/+24
|
* Runtime file updates.Bram Moolenaar2019-12-084-3/+22
|
* Update runtime files.Bram Moolenaar2019-12-051-2/+2
|
* Update a few runtime filesBram Moolenaar2019-12-031-3/+4
|
* Update runtime files.Bram Moolenaar2019-11-171-2/+2
|
* Update runtime files.Bram Moolenaar2019-11-023-1/+56
|
* Update runtime filesBram Moolenaar2019-10-264-10/+190
|
* Update runtime files.Bram Moolenaar2019-10-163-2/+30
|
* Update runtime files.Bram Moolenaar2019-09-272-6/+24
|
* 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)
* Update runtime filesBram Moolenaar2019-09-071-2/+2
|
* patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar2019-08-291-1/+1
| | | | | Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes #4875)
* patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar2019-08-261-0/+2
| | | | | | Problem: Cannot recognize .jsx and .tsx files. Solution: Recognize them as javascriptreact and typescriptreact. (closes #4830)
* Update runtime files.Bram Moolenaar2019-07-313-53/+115
|
* Update runtime files - Add typescript syntax and indent.Bram Moolenaar2019-06-061-0/+503
|
* Update runtime filesBram Moolenaar2019-05-094-5/+7
|
* patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar2019-04-272-12/+1
| | | | | | 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-04-081-7/+43
|
* Update runtime files.Bram Moolenaar2019-04-041-25/+7
|
* Update runtime files.Bram Moolenaar2019-03-248-32/+75
|
* Update runtime filesBram Moolenaar2019-02-221-47/+57
|
* Update runtime files.Bram Moolenaar2019-02-032-12/+31
|
* Update runtime files.Bram Moolenaar2019-01-172-323/+573
|
* Update runtime files.Bram Moolenaar2018-12-1810-142/+354
|
* 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.
* patch 8.1.0576: indent script tests pick up installed scriptsv8.1.0576Bram Moolenaar2018-12-101-2/+3
| | | | | Problem: Indent script tests pick up installed scripts. Solution: Use current runtime indent scripts.