diff src/version.c @ 3786:ece544e85821 v7.3.651

updated for version 7.3.651 Problem: Completion after ":help \{-" gives an error message. Solution: Prepend a backslash.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Sep 2012 15:15:07 +0200
parents a638ae0f1b0c
children 5edf3c51aa93
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    651,
+/**/
     650,
 /**/
     649,