mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
Merge pull request #18 from splhack/fix_im_underline
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user