fix bug in s:Errors() introduced with commit 755eddaa
This commit is contained in:
parent
26b5bb871c
commit
ef7deb1127
@ -214,7 +214,7 @@ function! s:ErrorsForType(type)
|
||||
endfunction
|
||||
|
||||
function! s:Errors()
|
||||
return extend(s:ErrorsForType("E"))
|
||||
return s:ErrorsForType("E")
|
||||
endfunction
|
||||
|
||||
function! s:Warnings()
|
||||
|
Loading…
x
Reference in New Issue
Block a user