Mercurial > vim
view src/testdir/test_qf_title.in @ 8007:ac78cba9e72b v7.4.1298
commit https://github.com/vim/vim/commit/d6a8d48587b2ff43c343fa365898576cc1e235ea
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 10 20:32:20 2016 +0100
patch 7.4.1298
Problem: When the channel test fails in an unexpected way the server keeps
running.
Solution: Use try/catch. (Ozaki Kiichi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 10 Feb 2016 20:45:05 +0100 |
parents | 75ae211df37d |
children |
line wrap: on
line source
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: