Add filetype to the status line of the location window.
This commit is contained in:
parent
4c888855d6
commit
a8f4e0e327
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user