forked from aniani/vim
patch 8.2.4928: various white space and cosmetic mistakes
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
This commit is contained in:
@@ -647,7 +647,7 @@ leftcol_changed(void)
|
||||
long lastcol;
|
||||
colnr_T s, e;
|
||||
int retval = FALSE;
|
||||
long siso = get_sidescrolloff_value();
|
||||
long siso = get_sidescrolloff_value();
|
||||
|
||||
changed_cline_bef_curs();
|
||||
lastcol = curwin->w_leftcol + curwin->w_width - curwin_col_off() - 1;
|
||||
|
Reference in New Issue
Block a user