mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.2283: missed on use of p_sbr
Problem: Missed on use of p_sbr. Solution: Add missing p_sbr change.
This commit is contained in:
@@ -887,7 +887,7 @@ get_breakindent_win(
|
||||
|
||||
// indent minus the length of the showbreak string
|
||||
if (wp->w_p_brisbr)
|
||||
bri -= vim_strsize(p_sbr);
|
||||
bri -= vim_strsize(get_showbreak_value(wp));
|
||||
|
||||
// Add offset for number column, if 'n' is in 'cpoptions'
|
||||
bri += win_col_off2(wp);
|
||||
|
Reference in New Issue
Block a user