diff src/version.c @ 2726:0d201adaf9c5 v7.3.141

updated for version 7.3.141 Problem: When a key code is not set get a confusing error message. Solution: Change the error message to say the key code is not set.
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 14:35:05 +0100
parents 96a7b564c2f3
children 62e8d93241cd
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 */
 /**/
+    141,
+/**/
     140,
 /**/
     139,