commit | 5245beb37cb52991a745644c20d7ca1b0138ef2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 22:03:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 22:03:50 2021 +0200 |
tree | 4156f638b3e12e39f87fc4c86f9df921212ba5e4 | |
parent | 378697ac58b8f9705286e36d1805a052e96fb86e [diff] [blame] |
patch 8.2.3169: Vim9: cannot handle nested inline function Problem: Vim9: cannot handle nested inline function. Solution: Check for nested inline function. (closes #8575)
diff --git a/src/version.c b/src/version.c index b8c782e..f436e54 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3169, +/**/ 3168, /**/ 3167,