Mercurial > vim
view src/testdir/test106.in @ 7631:ad3e9ea845e7 v7.4.1115
commit https://github.com/vim/vim/commit/d0232917ced39ff4838665fbcf379d5116a91aa3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 17 16:15:32 2016 +0100
patch 7.4.1115
Problem: MS-Windows: make clean in testdir doesn't clean everything.
Solution: Add command to delete X* directories. (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 17 Jan 2016 16:30:04 +0100 |
parents | fb24b025c7cf |
children |
line wrap: on
line source
Tests for errorformat. vim: set ft=vim ts=8 : STARTTEST :so small.vim :if !has('quickfix') | e! test.ok | wq! test.out | endif :set efm=%EEEE%m,%WWWW%m,%+CCCC%.%#,%-GGGG%.%# :cgetexpr ['WWWW', 'EEEE', 'CCCC'] :$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) :cgetexpr ['WWWW', 'GGGG', 'EEEE', 'CCCC'] :$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) :cgetexpr ['WWWW', 'GGGG', 'ZZZZ', 'EEEE', 'CCCC', 'YYYY'] :$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) :/^Results/,$wq! test.out ENDTEST Results of test106: