diff src/version.c @ 4003:706c87d16d40 v7.3.756

updated for version 7.3.756 Problem: A location list can get a wrong count in :lvimgrep. Solution: Check if the list was changed by autocommands. (mostly by Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Dec 2012 15:55:20 +0100
parents d9b4cf53be2e
children 65ef7c96d65f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    756,
+/**/
     755,
 /**/
     754,