Merge pull request #18 from splhack/fix_im_underline

This commit is contained in:
Björn Winckler
2011-08-28 01:03:14 -07:00

View File

@@ -4526,7 +4526,9 @@ win_line(wp, lnum, startrow, endrow, nochange)
# endif
lnum == wp->w_cursor.lnum
&& (State & INSERT)
# ifndef FEAT_GUI_MACVIM
&& !p_imdisable
# endif
&& im_is_preediting()
&& draw_state == WL_LINE)
{