commit | 28976e2accf11591c60e8a658a9e03544f0408b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:07:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:07:07 2021 +0100 |
tree | 5e0ad5064936b05fd30e1eb7c946d8afeaf848b3 | |
parent | df2c2988bbaecd28b0fbec8d64327b1bbb005e19 [diff] [blame] |
patch 8.2.2426: allowing 'completefunc' to switch windows causes trouble Problem: Allowing 'completefunc' to switch windows causes trouble. Solution: use "textwinlock" instead of "textlock".
diff --git a/src/version.c b/src/version.c index 2e0da2b..ed17716 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2426, +/**/ 2425, /**/ 2424,