commit | a44b3eeafa57d4904a3de86b132008b93404f0fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 21:44:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 21:44:31 2020 +0100 |
tree | ef84c42aa99e477e677eec09ec9d41086650736d | |
parent | ed5adff1e6da412732514d82363005f85fe22e04 [diff] [blame] |
patch 8.2.0137: crash when using win_execute() from a new tab Problem: Crash when using win_execute() from a new tab. Solution: Set the tp_*win pointers. (Ozaki Kiichi, closes #5512)
diff --git a/src/version.c b/src/version.c index c23426b..6a1702e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 137, +/**/ 136, /**/ 135,