diff src/version.c @ 2672:6a2e4860134b v7.3.091

updated for version 7.3.091 Problem: "vim -w foo" writes special key codes for removed escape sequences. (Josh Triplett) Solution: Don't write K_IGNORE codes.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 Dec 2010 12:30:31 +0100
parents 6f4740f72d3d
children 5a1fe35a6eaf
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 */
 /**/
+    91,
+/**/
     90,
 /**/
     89,