diff src/version.c @ 2679:763272b18e4f v7.3.098

updated for version 7.3.098 Problem: Function that ignores error still causes called_emsg to be set. E.g. when expand() fails the status line is disabled. Solution: Move check for emsg_not_now() up. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jan 2011 19:25:50 +0100
parents faf4b09c396e
children 27621abffed2
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 */
 /**/
+    98,
+/**/
     97,
 /**/
     96,