diff options
Diffstat (limited to 'src/userfunc.c')
-rw-r--r-- | src/userfunc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/userfunc.c b/src/userfunc.c index 66e07b1f4..aae3fd334 100644 --- a/src/userfunc.c +++ b/src/userfunc.c @@ -3178,9 +3178,7 @@ ex_call(exarg_T *eap) } curwin->w_cursor.lnum = lnum; curwin->w_cursor.col = 0; -#ifdef FEAT_VIRTUALEDIT curwin->w_cursor.coladd = 0; -#endif } arg = startarg; if (get_func_tv(name, (int)STRLEN(name), &rettv, &arg, |