diff src/version.c @ 4365:fe0c7437ae8b v7.3.931

updated for version 7.3.931 Problem: No completion for :xmap and :smap. (Yukihiro Nakadaira) Solution: Add the case statements. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 07 May 2013 05:18:20 +0200
parents d85196defe0d
children b7f2d97ae2b7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    931,
+/**/
     930,
 /**/
     929,