diff src/version.c @ 12859:2893e4f08feb v8.0.1306

patch 8.0.1306: ASAN error stack trace is not useful commit https://github.com/vim/vim/commit/9e27217c489c6eca2bd98d1c9fa89c1b652ed792 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 17 21:25:08 2017 +0100 patch 8.0.1306: ASAN error stack trace is not useful Problem: ASAN error stack trace is not useful. Solution: Add "asan_symbolize". (James McCoy, closes https://github.com/vim/vim/issues/2344)
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Nov 2017 21:30:06 +0100
parents ffdf2e4b5d9a
children d07c1817dd98
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1306,
+/**/
     1305,
 /**/
     1304,