Mercurial > vim
annotate src/testdir/test_qf_title.in @ 8537:cc20abebafa3
Added tag v7.4.1558 for changeset 09041d2fd7d0a3d86830dbdc3ab643a08340ca20
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 13 Mar 2016 19:15:05 +0100 |
parents | 75ae211df37d |
children |
rev | line source |
---|---|
6079 | 1 Tests for quickfix window's title vim: set ft=vim : |
2 | |
3 STARTTEST | |
4 :so small.vim | |
5 :if !has('quickfix') | e! test.ok | wq! test.out | endif | |
6 :set efm=%E%f:%l:%c:%m | |
7 :cgetexpr ['file:1:1:message'] | |
8 :let qflist=getqflist() | |
9 :call setqflist(qflist, 'r') | |
10 :copen | |
11 :let g:quickfix_title=w:quickfix_title | |
12 :wincmd p | |
13 :$put =g:quickfix_title | |
14 :/^Results/,$w test.out | |
15 :qa! | |
16 ENDTEST | |
17 | |
18 Results of test_qf_title: |