syntastic/autoload/syntastic.vim

9 lines
207 B
VimL
Raw Normal View History

2011-05-02 19:21:16 -04:00
if !has('balloon_eval')
finish
endif
function! syntastic#ErrorBalloonExpr()
if !exists('b:syntastic_balloons') | return '' | endif
return get(b:syntastic_balloons, v:beval_lnum, '')
endfunction