commit | 26a4484da20039b61f18d3565a4b4339c4d1f7e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 18:49:06 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 18:49:06 2021 +0200 |
tree | 36b3d0dada37e17686da0627af5cda5848658052 | |
parent | 04626c243c47af91c2580eaf23e12286180e0e81 [diff] [blame] |
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function Problem: Vim9: expression breakpoint not checked in :def function. Solution: Always compile a function for debugging if there is an expression breakpoint. (closes #8803)
diff --git a/src/version.c b/src/version.c index 8811ee1..435affe 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3395, +/**/ 3394, /**/ 3393,