diff src/version.c @ 4240:d52c45b35fb0 v7.3.871

updated for version 7.3.871 Problem: search('^$', 'c') does not use the empty match under the cursor. Solution: Special handling of the 'c' flag. (Christian Brabandt) Add tests.
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 15:27:48 +0100
parents 26e59a39fdd9
children edd0bc1f26bd
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 */
 /**/
+    871,
+/**/
     870,
 /**/
     869,