commit | 3bb79dc191a1dec14606b1b94b968a6808906700 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 18:50:19 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 18:50:19 2021 +0000 |
tree | 62d295a7554dc76e4a3923803877616fd33a50e3 | |
parent | fa9a8e0fd1143d2b47611c6cc13e32f6283448a4 [diff] [blame] |
patch 8.2.3790: test for term_gettitle() fails in some environments Problem: Test for term_gettitle() fails in some environments. Solution: Make the digits after "VIM" optional. (Kenta Sato, closes #9334)
diff --git a/src/version.c b/src/version.c index ac574d5..ec9ac32 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3790, +/**/ 3789, /**/ 3788,