Mercurial > vim
view runtime/indent/testdir/cleantest.vim @ 15394:f20d90aeecaa v8.1.0705
patch 8.1.0705: :colorscheme isn't tested enough
commit https://github.com/vim/vim/commit/6d4470b0e9aac76ae43be27a28447ea29767d77f
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 8 21:05:51 2019 +0100
patch 8.1.0705: :colorscheme isn't tested enough
Problem: :colorscheme isn't tested enough
Solution: Improve test coverage of :colorscheme. (Dominique Pelle, closes
#3777) Remove unnecessary sleep.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 08 Jan 2019 21:15:05 +0100 |
parents | 5c3ca8f7adea |
children |
line wrap: on
line source
" Only do this with the +eval feature if 1 " 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 endif quit