commit | 5ab300195b0831cbdba3ce349416a0e6a218e4ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 17:26:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 17:26:22 2022 +0100 |
tree | 58fe616911cb9e06e84d83220daf5b5dd5e036d1 | |
parent | 8d8b9758ced52b6303af95ad7e28ae9c5636cdf8 [diff] [blame] |
patch 9.0.0687: "export def" does not work in a nested block Problem: "export def" does not work in a nested block. Solution: Do not handle "export" with a separate function but in the same command stack. (closes #11304)
diff --git a/src/version.c b/src/version.c index c6c0197..7330eeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 687, +/**/ 686, /**/ 685,