commit | ee93b737aaa7bf65edc7281f429dd89fcf657a6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 19:05:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 19:05:39 2020 +0100 |
tree | 9d9019b603e4d2e09baf7e3816c771dd66d70b4a | |
parent | c10b521628f2b073fa231defa26f23937c91724d [diff] [blame] |
patch 8.2.0117: crash when using gettabwinvar() with invalid arguments Problem: Crash when using gettabwinvar() with invalid arguments. (Yilin Yang) Solution: Use "curtab" if "tp" is NULL. (closes #5475)
diff --git a/src/version.c b/src/version.c index 1e79e03..25049a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 117, +/**/ 116, /**/ 115,