summaryrefslogtreecommitdiffstats
path: root/src/misc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index a22463110b..7840ea98f0 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -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;