diff src/version.c @ 2722:ea399ac2c1b9 v7.3.138

updated for version 7.3.138 Problem: ":com" changes the multi-byte text of :echo. (Dimitar Dimitrov) Solution: Search for K_SPECIAL as a byte, not a character. (Ben Schmidt)
author Bram Moolenaar <bram@vim.org>
date Thu, 03 Mar 2011 15:54:50 +0100
parents 417c04135ca2
children 2e72d84e8965
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 */
 /**/
+    138,
+/**/
     137,
 /**/
     136,