We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdbc5a commit 3fb4f47Copy full SHA for 3fb4f47
2 files changed
src/beval.c
@@ -72,6 +72,7 @@ find_word_under_cursor(
72
}
73
74
col = vcol2col(wp, lnum, col);
75
+ scol = col;
76
77
if (VIsual_active
78
&& wp->w_buffer == curwin->w_buffer
@@ -95,6 +96,7 @@ find_word_under_cursor(
95
96
lbuf = vim_strnsave(lbuf + spos->col, len);
97
lnum = spos->lnum;
98
col = spos->col;
99
100
101
else
102
{
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1708,
782
/**/
783
1707,
784
0 commit comments