mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
Port vim's patch 7.4.338 ('breakindent')
This commit is contained in:
@@ -2163,7 +2163,7 @@ static int vgetorpeek(int advance)
|
||||
while (col < curwin->w_cursor.col) {
|
||||
if (!vim_iswhite(ptr[col]))
|
||||
curwin->w_wcol = vcol;
|
||||
vcol += lbr_chartabsize(ptr + col,
|
||||
vcol += lbr_chartabsize(ptr, ptr + col,
|
||||
(colnr_T)vcol);
|
||||
if (has_mbyte)
|
||||
col += (*mb_ptr2len)(ptr + col);
|
||||
|
Reference in New Issue
Block a user