diff options
-rw-r--r-- | src/nvim/quickfix.c | 1 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c index 85c69af192..78b4312dc6 100644 --- a/src/nvim/quickfix.c +++ b/src/nvim/quickfix.c @@ -1606,6 +1606,7 @@ win_found: } if (qf_ptr->qf_col > 0) { curwin->w_cursor.col = qf_ptr->qf_col - 1; + curwin->w_cursor.coladd = 0; if (qf_ptr->qf_viscol == TRUE) { /* * Check each character from the beginning of the error diff --git a/src/nvim/version.c b/src/nvim/version.c index bf26497679..ed586ad04c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -387,7 +387,7 @@ static int included_patches[] = { // 750 NA // 749, // 748, - // 747, + 747, 746, 745, // 744 NA |