commit | 6abdcf82859e158713a3d5aa6b1012748ea5c2a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 22 18:15:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 22 18:15:44 2020 +0100 |
tree | 622b31927858c892ef03ea59bd41d93175c546fd | |
parent | dcbab75db3ba5e812f119e08cda6a02c6b028a14 [diff] [blame] |
patch 8.2.2033: Vim9: :def without argument gives compilation error Problem: Vim9: :def without argument gives compilation error. Solution: Add the DEF instruction. (closes #7344)
diff --git a/src/version.c b/src/version.c index 97c1e11..3807101 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2033, +/**/ 2032, /**/ 2031,