commit | 86d87256c4005c6215da5af2597fbf6f6304421f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 21:21:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 21:21:25 2022 +0100 |
tree | afccb6cd2b198c0c81f064e7d7de5cce316d52a6 | |
parent | ccfde4d028e891a41e3548323c3d47b06fb0b83e [diff] [blame] |
patch 9.0.0390: cannot use a partial with :defer Problem: Cannot use a partial with :defer. Solution: Add the partial arguments before the other arguments. Disallow using a dictionary.
diff --git a/src/version.c b/src/version.c index b114c27..76ce3a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 390, +/**/ 389, /**/ 388,