commit | 592f6250017c31c8996325403e511f4502077ba5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 16:13:49 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 16:13:49 2022 +0000 |
tree | 6f7bc2377af7cb727af52fc3e455657d528d6782 | |
parent | 993faa34059c7fa304e2d4357c57463765cba6d3 [diff] [blame] |
patch 8.2.4432: cannot use settabvar() while the cmdline window is open Problem: Cannot use settabvar() while the cmdline window is open. Solution: Only give an error when actually switching tabpage. (closes #9813)
diff --git a/src/version.c b/src/version.c index 03f2bd0..203ea16 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4432, +/**/ 4431, /**/ 4430,