commit | 8cec9273d2518f2a9abcbd326722a2eba38d2a13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 20:20:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 20:20:53 2021 +0200 |
tree | 95673759140d5412142059b1332076e0973fa883 | |
parent | cc6504098605f894b557109b618e88913a89914b [diff] [blame] |
patch 8.2.3039: Vim9: breakpoint at a comment line does not work Problem: Vim9: breakpoint at a comment line does not work. Solution: Add the comment line number to the debug instruction. (closes #8429)
diff --git a/src/version.c b/src/version.c index 4d89fc2..83c7460 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3039, +/**/ 3038, /**/ 3037,