comparison src/version.c @ 6673:21719d38d2ff v7.4.661

updated for version 7.4.661 Problem: Using "0 CTRL-D" in Insert mode may have CursorHoldI interfere. (Gary Johnson) Solution: Don't store K_CURSORHOLD as the last character. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Mar 2015 13:24:23 +0100
parents 476a12a96bb1
children 24e0b6dd52e1
comparison
equal deleted inserted replaced
6672:4680bb126b8e 6673:21719d38d2ff
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 661,
744 /**/ 746 /**/
745 660, 747 660,
746 /**/ 748 /**/
747 659, 749 659,
748 /**/ 750 /**/