diff src/version.c @ 4307:166b3df562ea v7.3.903

updated for version 7.3.903 Problem: Crash on exit writing viminfo. (Ron Aaron) Solution: Check for the history to be empty.
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 16:14:22 +0200
parents b01e3cff9253
children bdab73bf24a8
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 */
 /**/
+    903,
+/**/
     902,
 /**/
     901,