Problem: Still using FEAT_VIRTUALEDIT.
Solution: Remove last use of FEAT_VIRTUALEDIT.
if (qf_col > 0)
{
curwin->w_cursor.col = qf_col - 1;
-#ifdef FEAT_VIRTUALEDIT
curwin->w_cursor.coladd = 0;
-#endif
if (qf_viscol == TRUE)
{
// Check each character from the beginning of the error
curbuf = win->w_buffer;
curwin->w_cursor.lnum = lnum;
curwin->w_cursor.col = 0;
-#ifdef FEAT_VIRTUALEDIT
curwin->w_cursor.coladd = 0;
-#endif
curwin->w_curswant = 0;
update_topline(); // scroll to show the line
redraw_later(VALID);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 828,
/**/
827,
/**/