]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1419: cursor column is not updated after ]s v8.0.1419
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Dec 2017 19:27:47 +0000 (20:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Dec 2017 19:27:47 +0000 (20:27 +0100)
commitb73fa629d6d3d705c1f8e8d5f8109fc9abd7bb6f
tree9969ba546d128ada78ef1cb7603caa135b4df255
parentae6f8651251013bafef9de1aed09069deaae8122
patch 8.0.1419: cursor column is not updated after ]s

Problem:    Cursor column is not updated after ]s. (Gary Johnson)
Solution:   Set the curswant flag.
src/evalfunc.c
src/normal.c
src/testdir/test_spell.vim
src/version.c