runtime(indent-test): MS-Windows: Add Makefile for running indent tests

A few more unrelated changes:
- fix Vim script style of indent test
- Change comments to complete sentences in Filelist

closes: #14198
This commit is contained in:
RestorerZ
2024-03-16 15:08:53 +01:00
committed by Christian Brabandt
parent d0c1b7723f
commit 8291e91c6b
4 changed files with 81 additions and 56 deletions

View File

@ -1,5 +1,8 @@
# Portable Makefile for running indent tests.
.SUFFIXES:
.PHONY: test clean testclean
VIM = vim
VIMRUNTIME = ..