comparison 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
comparison
equal deleted inserted replaced
6701:716601181d66 6702:d879db7c2f56
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 675,
744 /**/ 746 /**/
745 674, 747 674,
746 /**/ 748 /**/
747 673, 749 673,
748 /**/ 750 /**/