commit | 2dfcef4c08a3371e2126504bea00b274f937a840 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 15 22:29:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 15 22:29:51 2018 +0200 |
tree | a3f448a1848f8645e234f6665369d00170bd2a79 | |
parent | 396659592fe039decc8c088694912067fe32a681 [diff] [blame] |
patch 8.1.0289: cursor moves to wrong column after quickfix jump Problem: Cursor moves to wrong column after quickfix jump. Solution: Set the curswant flag. (Andy Massimino, closes #3331)
diff --git a/src/quickfix.c b/src/quickfix.c index 8cfec6c..78df708 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -3010,6 +3010,7 @@ ++screen_col; } } + curwin->w_set_curswant = TRUE; check_cursor(); } else