commit | 4ece152ad60c4fbd5b98b849a39b8ad9a987d319 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 16:31:51 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 16:31:51 2021 +0200 |
tree | 38b58b5acbac02a1b51ea6eba22ae201d2b985ab | |
parent | 0f1227f7d5a3e368f61d396c1640088c079fef91 [diff] [blame] |
patch 8.2.3145: Vim9: profile test fails without profile feature Problem: Vim9: profile test fails without profile feature. Solution: Check the profile feature is present.
diff --git a/src/version.c b/src/version.c index 91a3677..82d2d1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3145, +/**/ 3144, /**/ 3143,