mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
fix(extmarks): overlay virt_text position after 'showbreak' (#25175)
Also make virt_text_hide work properly.
This commit is contained in:
@@ -1280,7 +1280,7 @@ static TriState decor_spell_nav_col(win_T *wp, linenr_T lnum, linenr_T *decor_ln
|
||||
decor_redraw_line(wp, lnum - 1, &decor_state);
|
||||
*decor_lnum = lnum;
|
||||
}
|
||||
decor_redraw_col(wp, col, col, false, &decor_state);
|
||||
decor_redraw_col(wp, col, 0, false, &decor_state);
|
||||
return decor_state.spell;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user