commit | 7a6eaa06f98cef61d2131c25b4b47b8262cb8f59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 20:53:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 20:53:29 2021 +0100 |
tree | 0b8e7b4442d9f362521bcd1aa7422de3e4782509 | |
parent | f90c855c71863296859780f7b4e0386e96f1c465 [diff] [blame] |
patch 8.2.2635: Vim9: cannot define an inline function Problem: Vim9: cannot define an inline function. Solution: Make an inline function mostly work.
diff --git a/src/version.c b/src/version.c index 2ed5aca..cdce8cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2635, +/**/ 2634, /**/ 2633,