blob: 035701db0791e3cbe091bfb3632bca05602ca078 (
plain)
1
2
3
4
5
6
7
8
9
10
|
The test files with made-up syntax in this directory serve for additional
linewise checks to be manually performed whenever the algorithm managing
screen dump file generation is modified (../../runtest.vim#RunTest()).
This is mainly used for debugging and testing the syntax test suite.
Please test any changes as follows:
cd runtime/syntax/
VIM_SYNTAX_SELF_TESTING=1 make clean test
|