commit | 14a4deb064610c30a50f00d524dde9b3292aad59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 16:48:55 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 16:48:55 2017 +0100 |
tree | e174eb5685a6083e31c21b3a9f9ea75e751a6e53 | |
parent | aaf6e43b7a99cedb89d73ba749a46f7a0f16bbb6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 479116b..cba8fcf 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1414, +/**/ 1413, /**/ 1412,