From fcb0b2f39f17eeca2b7893e4a8e90c7f79e3ec12 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 21 Jun 2015 13:44:37 +0200 Subject: [PATCH] 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. --- src/version.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/version.c b/src/version.c index a51d106662..baf9b0cd3c 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,12 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 751, +/**/ + 750, +/**/ + 749, /**/ 748, /**/