Add filetype to the status line of the location window.

This commit is contained in:
LCD 47 2013-06-07 00:50:16 +03:00
parent 4c888855d6
commit a8f4e0e327

View File

@ -179,7 +179,7 @@ function! s:CacheErrors(...)
if !loclist.isEmpty()
let newLoclist = newLoclist.extend(loclist)
call newLoclist.setName(checker.getName())
call newLoclist.setName( checker.getName() . ' ('. checker.getFiletype() . ')' )
"only get errors from one checker at a time
break