Update runtime files
Update runtime files.
patch 8.2.0705: indent tests don't run on CI for FreeBSDProblem: Indent tests don't run on CI for FreeBSD.Solution: Set modeline. (Ozaki Kiichi, closes #6048)
Runtime file updates.
patch 8.1.2056: "make test" for indent files doesn't cause make to failProblem: "make test" for indent files doesn't cause make to fail.Solution: Exit the script with ":cquit". (Daniel Hahler
patch 8.1.2056: "make test" for indent files doesn't cause make to failProblem: "make test" for indent files doesn't cause make to fail.Solution: Exit the script with ":cquit". (Daniel Hahler, closes #4949)
show more ...
patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputProblem: "make clean" in top dir does not cleanup indent test output.Solution: Clean the indent test output. Do not
patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputProblem: "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)
patch 8.1.0599: without the +eval feature the indent tests don't workProblem: Without the +eval feature the indent tests don't work.Solution: Skip the body of the tests.
patch 8.1.0545: when executing indent tests user preferences interfereProblem: When executing indent tests user preferences interfere.Solution: Add "--clean".
patch 8.1.0496: no tests for indent filesProblem: No tests for indent files.Solution: Add a mechanism for running indent file tests. Add a first test for Vim indenting.