summaryrefslogtreecommitdiffstats
path: root/runtime/indent/Makefile
AgeCommit message (Collapse)Author
2024-03-16runtime(indent-test): MS-Windows: Add Makefile for running indent testsRestorerZ
A few more unrelated changes: - fix Vim script style of indent test - Change comments to complete sentences in Filelist closes: #14198
2020-07-10Update 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)
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-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-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.