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
|
endfunction
|
||||||
|
|
||||||
function! s:Errors()
|
function! s:Errors()
|
||||||
return extend(s:ErrorsForType("E"))
|
return s:ErrorsForType("E")
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Warnings()
|
function! s:Warnings()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user