Merge pull request #130 from kongo2002/fix_errors

fix small bug in s:Errors()
This commit is contained in:
Martin Grenfell 2011-12-18 10:05:49 -08:00
commit 587c565df3

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