To: vim_dev@googlegroups.com Subject: Patch 8.2.3057 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3057 Problem: Vim9: debugger test fails with normal features and +terminal. (Dominique Pellé) Solution: Adjust the INSTRUCTIONS macro. (closes #8460) Files: src/vim9.h *** ../vim-8.2.3056/src/vim9.h 2021-06-23 20:20:49.650780620 +0200 --- src/vim9.h 2021-06-26 21:19:09.772012033 +0200 *************** *** 518,524 **** : (dfunc)->df_instr)) #else # define INSTRUCTIONS(dfunc) \ ! (debug_break_level > 0 \ ? (dfunc)->df_instr_debug \ : (dfunc)->df_instr) #endif --- 518,524 ---- : (dfunc)->df_instr)) #else # define INSTRUCTIONS(dfunc) \ ! (debug_break_level > 0 || dfunc->df_ufunc->uf_has_breakpoint \ ? (dfunc)->df_instr_debug \ : (dfunc)->df_instr) #endif *** ../vim-8.2.3056/src/version.c 2021-06-26 19:25:42.744311276 +0200 --- src/version.c 2021-06-26 21:19:08.420016696 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3057, /**/ -- On the other hand, you have different fingers. -- Steven Wright /// 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 ///