mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.4.338
Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt)
This commit is contained in:
@@ -2675,7 +2675,7 @@ vgetorpeek(advance)
|
||||
{
|
||||
if (!vim_iswhite(ptr[col]))
|
||||
curwin->w_wcol = vcol;
|
||||
vcol += lbr_chartabsize(ptr + col,
|
||||
vcol += lbr_chartabsize(ptr, ptr + col,
|
||||
(colnr_T)vcol);
|
||||
#ifdef FEAT_MBYTE
|
||||
if (has_mbyte)
|
||||
|
Reference in New Issue
Block a user