commit | 11005b078d2485a306c74f77c9dd158fdd7f3cbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 20:59:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 20:59:00 2021 +0200 |
tree | dbcaf3031703a66a0afbe1ecbbb4a306f72a6e65 | |
parent | ffcfddc759e583471a1ed55e0938d042bf68c507 [diff] [blame] |
patch 8.2.3152: Vim9: accessing "s:" results in an error Problem: Vim9: accessing "s:" results in an error. Solution: Do not try to lookup a script variable for "s:". (closes #8549)
diff --git a/src/version.c b/src/version.c index 7f9f49e..21394aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3152, +/**/ 3151, /**/ 3150,