commit | f068dcafcfe0c8018e5a559c50769ca1364bd9a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 09 21:24:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 09 21:24:46 2016 +0100 |
tree | b0a2901665fb76e6f058ad208d4083fa3db4ffa3 | |
parent | 4d8747cdfc13843a5680dc8340fbeb6d32e7b626 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 491b94a..131ef4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1296, +/**/ 1295, /**/ 1294,