]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1296 v7.4.1296
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Feb 2016 20:24:46 +0000 (21:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Feb 2016 20:24:46 +0000 (21:24 +0100)
commitf068dcafcfe0c8018e5a559c50769ca1364bd9a5
treeb0a2901665fb76e6f058ad208d4083fa3db4ffa3
parent4d8747cdfc13843a5680dc8340fbeb6d32e7b626
patch 7.4.1296
Problem:    Cursor changes column with up motion when the matchparen plugin
            saves and restores the cursor position. (Martin Kunev)
Solution:   Make sure curswant is updated before invoking the autocommand.
src/edit.c
src/version.c