From 674896651ea73f0901af6443ef0c6edbd5c55a8b Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Sat, 6 Aug 2011 06:15:39 +0900 Subject: [PATCH] Fix to draw the underline for inline IM inputs imdisable should not affect drawing the underline for inline IM inputs. --- src/screen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/screen.c b/src/screen.c index bc101d7e26..5becb3ce93 100644 --- a/src/screen.c +++ b/src/screen.c @@ -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) {