From 898981865f3473b5117362d0735c672ca75d39eb Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Thu, 8 Dec 2011 22:24:07 +0000 Subject: [PATCH] fix a typo in the doc --- doc/syntastic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index 5ffad749..9afdaf38 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -150,8 +150,8 @@ syntax errors: > *'syntastic_enable_balloons'* Default: 1 -Use this option to tell syntastic whether to error messages in balloons when -the mouse is hovered over erroneous lines: > +Use this option to tell syntastic whether to display error messages in balloons +when the mouse is hovered over erroneous lines: > let g:syntastic_enable_balloons = 1 < Note that vim must be compiled with |+balloon_eval|.