commit | e6a4200ff47708febcd7cb2b8c3dd3801a975d43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 10:32:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 10:32:58 2022 +0000 |
tree | 9405f2a62c629e1a586e79a9ba2c2f056a9130be | |
parent | dd5893be34649482ed62525430fb8baa1ec273ce [diff] [blame] |
patch 8.2.4168: disallowing empty function name breaks existing plugins Problem: Disallowing empty function name breaks existing plugins. Solution: Allow empty function name in legacy script.
diff --git a/src/version.c b/src/version.c index 27ee162..cea8ece 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4168, +/**/ 4167, /**/ 4166,