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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202106261922.15QJM36C421324%40masaka.moolenaar.net.