diff src/version.c @ 14430:2fba714294b9 v8.1.0229

patch 8.1.0229: crash when dumping profiling data commit https://github.com/vim/vim/commit/79c2ad50b8069bbb3281bcabe412bd6641756724 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 29 17:40:43 2018 +0200 patch 8.1.0229: crash when dumping profiling data Problem: Crash when dumping profiling data. Solution: Reset flag indicating that initialization was done.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jul 2018 17:45:06 +0200
parents aab5947be7c5
children 4a94173743d9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    229,
+/**/
     228,
 /**/
     227,