Merge #9539 "options: make 'listchars' and 'fillchars' local to window"

This commit is contained in:
Marco Hinz
2019-01-28 00:45:59 +01:00
committed by GitHub
18 changed files with 429 additions and 249 deletions

View File

@@ -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();