diff src/version.c @ 6268:4f7f236d773d v7.4.468

updated for version 7.4.468 Problem: Issue 26: CTRL-C does not interrupt after it was mapped and then unmapped. Solution: Reset mapped_ctrl_c. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 09 Oct 2014 13:36:16 +0200
parents 0a4efa3d2019
children a6f5a4ac4d46
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 */
 /**/
+    468,
+/**/
     467,
 /**/
     466,