summaryrefslogtreecommitdiffstats
path: root/runtime/indent
AgeCommit message (Collapse)Author
2021-07-07Update runtime filesBram Moolenaar
2021-06-27Update runtime filesBram Moolenaar
2021-06-13Update runtime filesBram Moolenaar
2021-05-30Update runtime filesBram Moolenaar
2021-05-16Update runtime filesBram Moolenaar
2021-05-02Update runtime filesBram Moolenaar
2021-04-21Update runtime filesBram Moolenaar
2021-04-07Update runtime filesBram Moolenaar
2021-03-31Update runtime files.Bram Moolenaar
2021-02-27Update runtime files.Bram Moolenaar
2021-02-13Update runtime filesBram Moolenaar
2021-01-25Update runtime files.Bram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2021-01-02Update runtime files.Bram Moolenaar
2020-12-23Update runtime files.Bram Moolenaar
2020-11-29Update runtime filesBram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-10-11Update runtime files.Bram Moolenaar
2020-09-28Update runtime files.Bram Moolenaar
2020-09-19Update runtime files.Bram Moolenaar
2020-09-07Update runtime files.Bram Moolenaar
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)