summaryrefslogtreecommitdiffstats
path: root/runtime/indent
AgeCommit message (Collapse)Author
2020-07-26Update runtime files.Bram Moolenaar
2020-07-10Update runtime filesBram Moolenaar
2020-06-21Update runtime filesBram Moolenaar
2020-06-07Update runtime filesBram Moolenaar
2020-05-26Update runtime filesBram Moolenaar
2020-05-12Update runtime filesBram Moolenaar
2020-05-06patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705Bram Moolenaar
Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048)
2020-04-20Update runtime filesBram Moolenaar
2020-04-10Update runtime filesBram Moolenaar
2020-03-14Update runtime filesBram Moolenaar
2020-01-27patch 8.2.0161: not recognizing .gv file as dot filetypev8.2.0161Bram Moolenaar
Problem: Not recognizing .gv file as dot filetype. Solution: Add *.gv to dot pattern. (closes #5544)
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
2019-12-09Update a few runtime files.Bram Moolenaar
2019-12-08Runtime file updates.Bram Moolenaar
2019-12-05Update runtime files.Bram Moolenaar
2019-12-03Update a few runtime filesBram Moolenaar
2019-11-17Update runtime files.Bram Moolenaar
2019-11-02Update runtime files.Bram Moolenaar
2019-10-26Update runtime filesBram Moolenaar
2019-10-16Update runtime files.Bram Moolenaar
2019-09-27Update runtime files.Bram Moolenaar
2019-09-18patch 8.1.2056: "make test" for indent files doesn't cause make to failv8.1.2056Bram Moolenaar
Problem: "make test" for indent files doesn't cause make to fail. Solution: Exit the script with ":cquit". (Daniel Hahler, closes #4949)
2019-09-07Update runtime filesBram Moolenaar
2019-08-29patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar
Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes #4875)
2019-08-26patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar
Problem: Cannot recognize .jsx and .tsx files. Solution: Recognize them as javascriptreact and typescriptreact. (closes #4830)
2019-07-31Update runtime files.Bram Moolenaar
2019-06-06Update runtime files - Add typescript syntax and indent.Bram Moolenaar
2019-05-09Update runtime filesBram Moolenaar
2019-04-27patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar
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)
2019-04-08Update runtime files.Bram Moolenaar
2019-04-04Update runtime files.Bram Moolenaar
2019-03-24Update runtime files.Bram Moolenaar
2019-02-22Update runtime filesBram Moolenaar
2019-02-03Update runtime files.Bram Moolenaar
2019-01-17Update runtime files.Bram Moolenaar
2018-12-18Update runtime files.Bram Moolenaar
2018-12-15patch 8.1.0599: without the +eval feature the indent tests don't workv8.1.0599Bram Moolenaar
Problem: Without the +eval feature the indent tests don't work. Solution: Skip the body of the tests.
2018-12-10patch 8.1.0576: indent script tests pick up installed scriptsv8.1.0576Bram Moolenaar
Problem: Indent script tests pick up installed scripts. Solution: Use current runtime indent scripts.
2018-12-09Update runtime files.Bram Moolenaar
2018-11-25patch 8.1.0545: when executing indent tests user preferences interferev8.1.0545Bram Moolenaar
Problem: When executing indent tests user preferences interfere. Solution: Add "--clean".
2018-11-25Update runtime filesBram Moolenaar
2018-11-04Update runtime filesBram Moolenaar
2018-10-25patch 8.1.0496: no tests for indent filesv8.1.0496Bram Moolenaar
Problem: No tests for indent files. Solution: Add a mechanism for running indent file tests. Add a first test for Vim indenting.
2018-10-19Update runtime filesBram Moolenaar
2018-10-02Update runtime files.Bram Moolenaar
2018-09-11patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar
Problem: Continuation lines cannot contain comments. Solution: Support using "\ .
2018-09-02Update runtime files.Bram Moolenaar
2018-08-28Update runtime files.Bram Moolenaar
2018-08-11Update runtime files.Bram Moolenaar
2018-07-31Update runtime files.Bram Moolenaar