diff src/version.c @ 6702:d879db7c2f56 v7.4.675

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 11:46:30 +0100
parents f26c1d294156
children 692bc2c52002
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    675,
+/**/
     674,
 /**/
     673,