forked from aniani/vim
updated for version 7.3.612
Problem: Auto formatting messes up text when 'fo' contains "2". (ZyX) Solution: Decrement "less_cols". (Tor Perkins)
This commit is contained in:
@@ -1329,6 +1329,7 @@ open_line(dir, flags, second_line_indent)
|
||||
for (i = 0; i < padding; i++)
|
||||
{
|
||||
STRCAT(leader, " ");
|
||||
less_cols--;
|
||||
newcol++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user