commit | f79d9dd43f6fe05711d7e2616ab4b8bde2ccb089 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 21 15:39:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 21 15:39:02 2022 +0100 |
tree | cf41b3c62e71e9fca5ddc61636465ab5e05283a9 | |
parent | 2d8ed0203aedd5f6c22efa99394a3677c17c7a7a [diff] [blame] |
patch 8.2.4989: cannot specify a function name for :defcompile Problem: Cannot specify a function name for :defcompile. Solution: Implement a function name argument for :defcompile.
diff --git a/src/version.c b/src/version.c index ec25334..c6e6a39 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4989, +/**/ 4988, /**/ 4987,