commit | 3eb6bd9c2b36dcce471bfb543c8d5488f1dc17a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:47:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:47:24 2021 +0100 |
tree | 2752a07b909b085c3a23eb3810155254e1e0b546 | |
parent | 28976e2accf11591c60e8a658a9e03544f0408b2 [diff] [blame] |
patch 8.2.2427: can still switch windows for 'completefunc' Problem: Can still switch windows for 'completefunc'. Solution: Also disallow switching windows for other completions.
diff --git a/src/version.c b/src/version.c index ed17716..98f01dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2427, +/**/ 2426, /**/ 2425,