diff src/version.c @ 13078:a1f8939a4644 v8.0.1414

patch 8.0.1414: accessing freed memory in :lfile. commit https://github.com/vim/vim/commit/14a4deb064610c30a50f00d524dde9b3292aad59 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 19 16:48:55 2017 +0100 patch 8.0.1414: accessing freed memory in :lfile. Problem: Accessing freed memory in :lfile. Solution: Get the current window after executing autocommands. (Yegappan Lakshmanan, closes #2473)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2017 17:00:08 +0100
parents 7c071a3f7f8e
children eee366f56b1a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1414,
+/**/
     1413,
 /**/
     1412,