commit | eab316bdf9494eb1e076dfc5c8ec7ae000a0560f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 11:46:30 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 11:46:30 2015 +0100 |
tree | c7465d7034f6d752e569810b381bba462950f7fb | |
parent | 77b7710d4e0ec9c1f3d0d057d9fa335420273b37 [diff] [blame] |
updated for version 7.4.675 Problem: When a FileReadPost autocommand moves the cursor inside a line it gets moved back. Solution: When checking whether an autocommand moved the cursor store the column as well. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f86a955..bb19cb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 675, +/**/ 674, /**/ 673,