commit | 53f54e49b7152e93d09ff77406f7eb63b3b5f732 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 20:36:56 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 20:36:56 2023 +0000 |
tree | 81941465faecbd5e0a7f371d3e38da891c924309 | |
parent | 870219c58c0804bdc55419b2e455c06ac715a835 [diff] [blame] |
patch 9.0.1248: cannot export an interface Problem: Cannot export an interface. (Ernie Rael) Solution: Add the EX_EXPORT flag to :interface. (closes #11884)
diff --git a/src/version.c b/src/version.c index 79f021b..52502b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1248, +/**/ 1247, /**/ 1246,