comparison src/version.c @ 6608:a5ba0921efcb v7.4.630

updated for version 7.4.630 Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 10:58:25 +0100
parents f28c171348fb
children 86f00f7678eb
comparison
equal deleted inserted replaced
6607:eaf81729ef02 6608:a5ba0921efcb
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 630,
744 /**/ 746 /**/
745 629, 747 629,
746 /**/ 748 /**/
747 628, 749 628,
748 /**/ 750 /**/