summaryrefslogtreecommitdiffstats
path: root/src/testdir/test10.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-08-10 18:36:54 +0200
committerBram Moolenaar <Bram@vim.org>2011-08-10 18:36:54 +0200
commitc95e32635c24465e618b67c312bcd0a038632759 (patch)
treefd472e16a7db1956ef85ae6032dbab8ebf3dd534 /src/testdir/test10.in
parent12bc1b5c9fa6b68993ac20a211529ff459523ada (diff)
updated for version 7.3.280v7.3.280
Problem: ":lmake" does not update the quickfix window title. Solution: Update the title. (Lech Lorens)
Diffstat (limited to 'src/testdir/test10.in')
-rw-r--r--src/testdir/test10.in18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/testdir/test10.in b/src/testdir/test10.in
index 0bd6455f18..50ef86eb0c 100644
--- a/src/testdir/test10.in
+++ b/src/testdir/test10.in
@@ -5,9 +5,16 @@ STARTTEST
:" Also test a BOM is ignored.
:so mbyte.vim
:set encoding=utf-8
-:/start of errorfile/,/end of errorfile/w! Xerrorfile
+:7/start of errorfile/,/end of errorfile/w! Xerrorfile1
+:7/start of errorfile/,/end of errorfile/-1w! Xerrorfile2
:/start of testfile/,/end of testfile/w! Xtestfile
-:cf Xerrorfile
+:cf Xerrorfile2
+:clast
+:copen
+:let a=w:quickfix_title
+:wincmd p
+gR=a 
+:cf Xerrorfile1
rA
:cn
rB
@@ -17,6 +24,11 @@ rC
rD
:cn
rE
+:cn
+:wincmd w
+:let a=w:quickfix_title
+:wincmd p
+gR=a 
:w! test.out " Write contents of this file
:qa!
ENDTEST
@@ -33,6 +45,8 @@ in file "Xtestfile" linenr 16: there is an error
"Xtestfile", linenr 19: yet another problem
Does anyone know what is the problem and how to correction it?
+"Xtestfile", line 21 col 9: What is the title of the quickfix window?
+"Xtestfile", line 22 col 9: What is the title of the quickfix window?
end of errorfile
start of testfile