1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-02-09 21:24:46 +01:00
parent 4d8747cdfc
commit f068dcafcf
2 changed files with 7 additions and 0 deletions

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1296,
/**/
1295,
/**/