diff src/version.c @ 6862:db53fd1a7d5c v7.4.751

patch 7.4.751 Problem: It is not obvious how to enable the address sanitizer. Solution: Add commented-out flags in the Makefile. (Dominique Pelle) Also add missing test targets.
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jun 2015 13:44:13 +0200
parents 809e3aa59c6f
children c9a5d51c9161
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    751,
+/**/
     750,
 /**/
     749,