diff src/version.c @ 4283:1dc160bf2488 v7.3.891

updated for version 7.3.891 Problem: Merging viminfo history doesn't work well. Solution: Don't stop when one type of history is empty. Don't merge history when writing viminfo.
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Apr 2013 16:26:15 +0200
parents 89bdd6d57510
children 6c2e8074ea25
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 */
 /**/
+    891,
+/**/
     890,
 /**/
     889,