commit | 7473a84cf935f64ddd4ea7fe7eee0f9c51c50b60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 17:55:26 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 17:55:26 2021 +0000 |
tree | 19fbc65c6b7484971559c5be81745a780cf1143a | |
parent | 4bf1006cae7e87259ccd5219128c3dba75774441 [diff] [blame] |
patch 8.2.3924: Vim9: no error if something follows :enddef Problem: Vim9: no error if something follows :enddef in a nested function. Solution: Give an error. Move common code to a function.
diff --git a/src/version.c b/src/version.c index 5d22d98..90bd422 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3924, +/**/ 3923, /**/ 3922,