diff src/version.c @ 4199:dd669f296568 v7.3.851

updated for version 7.3.851 Problem: Using an empty pattern with :sort silently continues when there is no previous search pattern. Solution: Give an error message.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 16:41:30 +0100
parents 07fef68eb018
children 3fd805ca2a6a
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 */
 /**/
+    851,
+/**/
     850,
 /**/
     849,