diff src/version.c @ 4252:96f478b812b1 v7.3.877

updated for version 7.3.877 Problem: Forward searching with search() is broken. Solution: Fix it and add tests. (Sung Pae)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Apr 2013 21:14:29 +0200
parents 787df0fc6539
children 97a5ce76cb7d
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 */
 /**/
+    877,
+/**/
     876,
 /**/
     875,