diff options
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 | ||||
| -rw-r--r-- | src/nvim/testdir/test_qf_title.in | 18 | ||||
| -rw-r--r-- | src/nvim/testdir/test_qf_title.ok | 2 |
3 files changed, 21 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 521fbc19cf..9ca2c9688a 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -34,6 +34,7 @@ SCRIPTS := test_autoformat_join.out \ test_options.out \ test_listlbr.out test_listlbr_utf8.out \ test_changelist.out \ + test_qf_title.out \ test_breakindent.out \ test_insertcount.out \ test_utf8.out diff --git a/src/nvim/testdir/test_qf_title.in b/src/nvim/testdir/test_qf_title.in new file mode 100644 index 0000000000..fce0c260e3 --- /dev/null +++ b/src/nvim/testdir/test_qf_title.in @@ -0,0 +1,18 @@ +Tests for quickfix window's title vim: set ft=vim : + +STARTTEST +:so small.vim +:if !has('quickfix') | e! test.ok | wq! test.out | endif +:set efm=%E%f:%l:%c:%m +:cgetexpr ['file:1:1:message'] +:let qflist=getqflist() +:call setqflist(qflist, 'r') +:copen +:let g:quickfix_title=w:quickfix_title +:wincmd p +:$put =g:quickfix_title +:/^Results/,$w test.out +:qa! +ENDTEST + +Results of test_qf_title: diff --git a/src/nvim/testdir/test_qf_title.ok b/src/nvim/testdir/test_qf_title.ok new file mode 100644 index 0000000000..4ebdbeff3b --- /dev/null +++ b/src/nvim/testdir/test_qf_title.ok @@ -0,0 +1,2 @@ +Results of test_qf_title: +:setqflist() |