summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-06-21 13:44:13 +0200
committerBram Moolenaar <Bram@vim.org>2015-06-21 13:44:13 +0200
commit70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91 (patch)
tree45ba3a5cd39858a002d99f775c36f13ad1f7f288 /src/version.c
parent280a868a246eda3904eb925588f111b69e304878 (diff)
downloadvim-git-70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91.tar.gz
patch 7.4.751v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1ca7c5c88..bfdf8b834 100644
--- 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,