mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
Merge #9539 "options: make 'listchars' and 'fillchars' local to window"
This commit is contained in:
@@ -731,7 +731,7 @@ static int mouse_adjust_click(win_T *wp, int row, int col)
|
||||
} else {
|
||||
if (!(row > 0 && ptr == ptr_row_offset)
|
||||
&& (wp->w_p_cole == 1 || (wp->w_p_cole == 2
|
||||
&& (lcs_conceal != NUL
|
||||
&& (wp->w_p_lcs_chars.conceal != NUL
|
||||
|| syn_get_sub_char() != NUL)))) {
|
||||
// At least one placeholder character will be displayed.
|
||||
decr();
|
||||
|
Reference in New Issue
Block a user