Mercurial > vim
annotate src/testdir/test106.in @ 7879:895150cd3e6f v7.4.1236
commit https://github.com/vim/vim/commit/885f24fbcae2a39ae496ffb3a1e139379be8fae1
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 1 22:54:46 2016 +0100
patch 7.4.1236
Problem: When "syntax manual" was used switching between buffers removes
the highlighting.
Solution: Set the syntax option without changing the value. (Anton
Lindqvist)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 01 Feb 2016 23:00:06 +0100 |
parents | fb24b025c7cf |
children |
rev | line source |
---|---|
5716 | 1 Tests for errorformat. vim: set ft=vim ts=8 : |
2 | |
3 STARTTEST | |
4 :so small.vim | |
5 :if !has('quickfix') | e! test.ok | wq! test.out | endif | |
6 :set efm=%EEEE%m,%WWWW%m,%+CCCC%.%#,%-GGGG%.%# | |
7 :cgetexpr ['WWWW', 'EEEE', 'CCCC'] | |
8 :$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) | |
9 :cgetexpr ['WWWW', 'GGGG', 'EEEE', 'CCCC'] | |
10 :$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) | |
11 :cgetexpr ['WWWW', 'GGGG', 'ZZZZ', 'EEEE', 'CCCC', 'YYYY'] | |
12 :$put =strtrans(string(map(getqflist(), '[v:val.text, v:val.valid]'))) | |
13 :/^Results/,$wq! test.out | |
14 ENDTEST | |
15 | |
16 Results of test106: |