Mercurial > vim
comparison src/version.c @ 25040:7901481ea280 v8.2.3057
patch 8.2.3057: Vim9: debugger test fails with normal features and +terminal
Commit: https://github.com/vim/vim/commit/307dec4567e0f64a7a4cfc2d5302d2aba26db775
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jun 26 21:21:03 2021 +0200
patch 8.2.3057: Vim9: debugger test fails with normal features and +terminal
Problem: Vim9: debugger test fails with normal features and +terminal.
(Dominique Pell?)
Solution: Adjust the INSTRUCTIONS macro. (closes #8460)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 26 Jun 2021 21:30:03 +0200 |
parents | efdb9608cc11 |
children | 3f39b6b73019 |
comparison
equal
deleted
inserted
replaced
25039:54c7c9690eaa | 25040:7901481ea280 |
---|---|
753 NULL | 753 NULL |
754 }; | 754 }; |
755 | 755 |
756 static int included_patches[] = | 756 static int included_patches[] = |
757 { /* Add new patch number below this line */ | 757 { /* Add new patch number below this line */ |
758 /**/ | |
759 3057, | |
758 /**/ | 760 /**/ |
759 3056, | 761 3056, |
760 /**/ | 762 /**/ |
761 3055, | 763 3055, |
762 /**/ | 764 /**/ |