summaryrefslogtreecommitdiff
path: root/src/beval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beval.c')
-rw-r--r--src/beval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/beval.c b/src/beval.c
index 193964667..3dd9b6770 100644
--- a/src/beval.c
+++ b/src/beval.c
@@ -72,6 +72,7 @@ find_word_under_cursor(
}
col = vcol2col(wp, lnum, col);
+ scol = col;
if (VIsual_active
&& wp->w_buffer == curwin->w_buffer
@@ -95,6 +96,7 @@ find_word_under_cursor(
lbuf = vim_strnsave(lbuf + spos->col, len);
lnum = spos->lnum;
col = spos->col;
+ scol = col;
}
else
{