mirror of
https://github.com/vim/vim.git
synced 2026-04-30 15:36:21 +02:00
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
|
|
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
|
||
|
|
|