comparison runtime/ftplugin/qf.vim @ 3507:8201108e9cf0

More runtime file fixes for 'compatible' mode.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 May 2012 21:14:34 +0200
parents b6471224d2af
children ca8e754bdd53
comparison
equal deleted inserted replaced
3506:273fbf501965 3507:8201108e9cf0
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: Vim's quickfix window 2 " Language: Vim's quickfix window
3 " Maintainer: Lech Lorens <Lech.Lorens@gmail.com> 3 " Maintainer: Lech Lorens <Lech.Lorens@gmail.com>
4 " Last Changed: 18 Dec 2010 4 " Last Changed: 30 Apr 2012
5 5
6 if exists("b:did_ftplugin") 6 if exists("b:did_ftplugin")
7 finish 7 finish
8 endif 8 endif
9 9
11 let b:did_ftplugin = 1 11 let b:did_ftplugin = 1
12 12
13 let b:undo_ftplugin = "set stl<" 13 let b:undo_ftplugin = "set stl<"
14 14
15 " Display the command that produced the list in the quickfix window: 15 " Display the command that produced the list in the quickfix window:
16 setlocal stl=%t%{exists('w:quickfix_title')?\ '\ '.w:quickfix_title\ :\ ''} 16 setlocal stl=%t%{exists('w:quickfix_title')?\ '\ '.w:quickfix_title\ :\ ''}\ %=%-15(%l,%c%V%)\ %P