diff src/version.c @ 3229:e958eeffa0a7 v7.3.384

updated for version 7.3.384 Problem: Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary completion. Solution: Add CTRL-K to the list of recognized keys. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Dec 2011 13:15:03 +0100
parents f8d2ef4512f8
children 910eb66c9768
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    384,
+/**/
     383,
 /**/
     382,