commit
7e68e4b1f3
@ -44,7 +44,8 @@ function! SyntaxCheckers_sh_GetLocList()
|
|||||||
call add(result, {'lnum' : line,
|
call add(result, {'lnum' : line,
|
||||||
\ 'text' : msg,
|
\ 'text' : msg,
|
||||||
\ 'bufnr': bufnr(''),
|
\ 'bufnr': bufnr(''),
|
||||||
\ 'type': 'E' })
|
\ 'type': 'E',
|
||||||
|
\ 'valid': 1})
|
||||||
endfor
|
endfor
|
||||||
return result
|
return result
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user