commit | 0bd663a3804fceb3efb26a179e9c1d830ddcdb6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 10:24:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 10:24:47 2022 +0000 |
tree | 21e6a4faa46171abba58129a04001370b0cbcd81 | |
parent | 19e69a63302f7f8972cee723bf0f3fc176825583 [diff] [blame] |
patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsolete Problem: MS-Windows: runtime check for multi-line balloon is obsolete. Solution: Remove the obsolete code. (Ken Takata, closes #9592)
diff --git a/src/version.c b/src/version.c index edf26ed..728f724 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4175, +/**/ 4174, /**/ 4173,