forked from aniani/vim
patch 8.1.0496: no tests for indent files
Problem: No tests for indent files.
Solution: Add a mechanism for running indent file tests. Add a first test
for Vim indenting.
This commit is contained in:
6
runtime/indent/testdir/cleantest.vim
Normal file
6
runtime/indent/testdir/cleantest.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Deletes all the test output files: *.fail and *.out
|
||||
for fname in glob('testdir/*.out', 1, 1) + glob('testdir/*.fail', 1, 1)
|
||||
call delete(fname)
|
||||
endfor
|
||||
|
||||
quit
|
||||
Reference in New Issue
Block a user