mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.4.353
Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt)
This commit is contained in:
@@ -1120,7 +1120,6 @@ win_lbr_chartabsize(wp, line, s, col, headp)
|
||||
if (wp->w_p_lbr
|
||||
&& vim_isbreak(c)
|
||||
&& !vim_isbreak(s[1])
|
||||
&& !wp->w_p_list
|
||||
&& wp->w_p_wrap
|
||||
# ifdef FEAT_VERTSPLIT
|
||||
&& wp->w_width != 0
|
||||
|
Reference in New Issue
Block a user