diff src/version.c @ 4746:d1376091d18b v7.3.1120

updated for version 7.3.1120 Problem: Crash when regexp logging is enabled. Solution: Avoid using NULL pointers. Advance over count argument.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 16:33:10 +0200
parents a62695305e03
children 4b9503f0c7d3
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 */
 /**/
+    1120,
+/**/
     1119,
 /**/
     1118,