fix a typo in the doc

This commit is contained in:
Martin Grenfell 2011-12-08 22:24:07 +00:00
parent 7d8b7b3157
commit 898981865f

View File

@ -150,8 +150,8 @@ syntax errors: >
*'syntastic_enable_balloons'* *'syntastic_enable_balloons'*
Default: 1 Default: 1
Use this option to tell syntastic whether to error messages in balloons when Use this option to tell syntastic whether to display error messages in balloons
the mouse is hovered over erroneous lines: > when the mouse is hovered over erroneous lines: >
let g:syntastic_enable_balloons = 1 let g:syntastic_enable_balloons = 1
< <
Note that vim must be compiled with |+balloon_eval|. Note that vim must be compiled with |+balloon_eval|.