commit | 3f32788000258aabe078b426e3d71962bee9d2d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 20:56:38 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 20:56:38 2021 +0100 |
tree | b6ffc80bccf5d7200546b571390c5b9454973860 | |
parent | 8863bda25df821fc79bebf9dc73c79776ae5f675 [diff] [blame] |
patch 8.2.2618: Vim9: cannot use a normal list name to store function refs Problem: Vim9: cannot use a normal list name to store function refs. Solution: Allow a lower case name if it is indexed.
diff --git a/src/version.c b/src/version.c index 3bb4ece..6ac96ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2618, +/**/ 2617, /**/ 2616,