commit | babfcf54ae9bf9570eddf4958a553635cd589e21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 13:11:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 13:11:16 2018 +0200 |
tree | 09e77233737c771a0f6b2e330de3e9ca036488cb | |
parent | e6e3989c1b3f18907a0c305712b867e9a3821369 [diff] [blame] |
patch 8.1.0494: functions do not check for a window ID in other tabs Problem: Functions do not check for a window ID in other tabs. Solution: Also find the window ID in other than the current tab.
diff --git a/src/version.c b/src/version.c index 7900ee7..7297ad5 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 494, +/**/ 493, /**/ 492,