commit | c3cb1c92a335be818971acd89f631e82aa30ad3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 16:47:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 16:47:53 2021 +0200 |
tree | 876f7b5a57548ef6655187a4a3d4108d6dc13865 | |
parent | 0f37e3561db95b0ef0b636588bbd30297e377384 [diff] [blame] |
patch 8.2.2926: Vim9: no good error for using :legacy in a :def function Problem: Vim9: no good error for using :legacy in a :def function. Solution: Give an explicit error where :legacy is not working. (closes #8309)
diff --git a/src/version.c b/src/version.c index 188bb1a..6761b72 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2926, +/**/ 2925, /**/ 2924,