To: vim_dev@googlegroups.com Subject: Patch 9.0.0312 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0312 Problem: Test for cmdheight zero fails. Solution: Do not close the messages window for CTRL-C. Files: src/normal.c *** ../vim-9.0.0311/src/normal.c 2022-08-28 22:46:17.455056755 +0100 --- src/normal.c 2022-08-28 22:55:36.602953506 +0100 *************** *** 6822,6828 **** else if (no_reason) { #ifdef HAS_MESSAGE_WINDOW ! if (popup_message_win_visible()) popup_hide_message_win(); else #endif --- 6822,6828 ---- else if (no_reason) { #ifdef HAS_MESSAGE_WINDOW ! if (!cap->arg && popup_message_win_visible()) popup_hide_message_win(); else #endif *** ../vim-9.0.0311/src/version.c 2022-08-28 23:36:46.995446887 +0100 --- src/version.c 2022-08-29 00:08:22.582154794 +0100 *************** *** 709,710 **** --- 709,712 ---- { /* Add new patch number below this line */ + /**/ + 312, /**/ -- God made machine language; all the rest is the work of man. /// 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 ///