commit | 657aea7fc47fb919ce76fad64ba0ec55a1af80f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 13:16:19 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 13:16:19 2023 +0000 |
tree | c2d3c2d2dd3e8eba5c54545464e2b7476eda7dfe | |
parent | 53f54e49b7152e93d09ff77406f7eb63b3b5f732 [diff] [blame] |
patch 9.0.1249: cannot export an abstract class Problem: Cannot export an abstract class. (Ernie Rael) Solution: Add the EX_EXPORT flag to :abstract. (closes #11884)
diff --git a/src/version.c b/src/version.c index 52502b5..cb304ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1249, +/**/ 1248, /**/ 1247,