commit | 5178b1b02fc96f42d62199a4be9184c2aea8a49a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 18:43:51 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 18:43:51 2021 +0100 |
tree | 19f56b937a4af6ca509310d6b03a49aa830dd48c | |
parent | 69f7050cebb0f069d6e39571961b9bbe8531c69a [diff] [blame] |
patch 8.2.2264: Vim9: no error for mismatched :endfunc or :enddef Problem: Vim9: no error for mismatched :endfunc or :enddef. Solution: Check for the mismatch. (issue #7582)
diff --git a/src/version.c b/src/version.c index 26c9d8b..3fc3c01 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2264, +/**/ 2263, /**/ 2262,