To: vim_dev@googlegroups.com Subject: Patch 8.2.4299 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4299 Problem: SafeState autocommand interferes with debugging. Solution: Do not trigger SafeState while debugging. (closes #9697) Files: src/main.c *** ../vim-8.2.4298/src/main.c 2022-02-04 10:45:34.944240854 +0000 --- src/main.c 2022-02-05 12:07:04.056752161 +0000 *************** *** 1047,1053 **** return stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL ! && !global_busy; } /* --- 1047,1054 ---- return stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL ! && !global_busy ! && !debug_mode; } /* *** ../vim-8.2.4298/src/version.c 2022-02-05 11:12:59.966281654 +0000 --- src/version.c 2022-02-05 12:08:26.796631049 +0000 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4299, /**/ -- Often you're less important than your furniture. If you think about it, you can get fired but your furniture stays behind, gainfully employed at the company that didn't need _you_ anymore. (Scott Adams - The Dilbert principle) /// 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 ///