fix bug in s:Errors() introduced with commit 755eddaa

This commit is contained in:
kongo2002 2011-12-18 17:57:03 +01:00
parent 26b5bb871c
commit ef7deb1127

View File

@ -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()