Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
30700cd5ffa258f1d684ab6b34bd03e970450dba
/
.
/
runtime
/
indent
/
testdir
/
cleantest.vim
blob: 909cf812c4327ab3d2271abb25d50ae6e66393c3 [
file
] [
log
] [
blame
]
" 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