]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0289: cursor moves to wrong column after quickfix jump v8.1.0289
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Aug 2018 20:29:51 +0000 (22:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Aug 2018 20:29:51 +0000 (22:29 +0200)
commit2dfcef4c08a3371e2126504bea00b274f937a840
treea3f448a1848f8645e234f6665369d00170bd2a79
parent396659592fe039decc8c088694912067fe32a681
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)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c