To: vim_dev@googlegroups.com Subject: Patch 8.2.4432 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4432 (after 8.2.4428) Problem: Cannot use settabvar() while the cmdline window is open. Solution: Only give an error when actually switching tabpage. (closes #9813) Files: src/window.c *** ../vim-8.2.4431/src/window.c 2022-02-20 20:48:53.226071796 +0000 --- src/window.c 2022-02-21 16:10:06.227186632 +0000 *************** *** 4392,4398 **** int trigger_enter_autocmds, int trigger_leave_autocmds) { ! CHECK_CMDWIN; // Don't repeat a message in another tab page. set_keep_msg(NULL, 0); --- 4392,4399 ---- int trigger_enter_autocmds, int trigger_leave_autocmds) { ! if (trigger_enter_autocmds || trigger_leave_autocmds) ! CHECK_CMDWIN; // Don't repeat a message in another tab page. set_keep_msg(NULL, 0); *** ../vim-8.2.4431/src/version.c 2022-02-21 15:59:07.571981059 +0000 --- src/version.c 2022-02-21 16:11:24.655078778 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4432, /**/ -- From "know your smileys": ;-0 Can't find shift key ,-9 Kann Umschalttaste nicht finden /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///