Merge pull request #130 from kongo2002/fix_errors
fix small bug in s:Errors()
This commit is contained in:
commit
587c565df3
@ -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