comparison src/version.c @ 6245:96761b6789f6 v7.4.457

updated for version 7.4.457 Problem: Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. Solution: Add the <CursorHold> key. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Sep 2014 16:49:46 +0200
parents 54194bd6ed60
children fe1827921d50
comparison
equal deleted inserted replaced
6244:b77dc76f2df5 6245:96761b6789f6
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 457,
744 /**/ 746 /**/
745 456, 747 456,
746 /**/ 748 /**/
747 455, 749 455,
748 /**/ 750 /**/