diff src/version.c @ 6112:d594c1552137 v7.4.394

updated for version 7.4.394 Problem: When using DirectX last italic character is incomplete. Solution: Add one to the number of cells. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 16:49:55 +0200
parents 1bff71d20262
children 65b0974c5beb
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 */
 /**/
+    394,
+/**/
     393,
 /**/
     392,