commit | 09689a02840be40fa7bb10b1921fb5bc5b2908f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 22:50:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 22:50:08 2020 +0200 |
tree | 4aced60f6702ce56232c9ee70bf977234e054c39 | |
parent | 396f3138ca83ce844679143861f544070683d479 [diff] [blame] |
patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script Problem: Vim9: cannot call a function declared later in Vim9 script. Solution: Make two passes through the script file.
diff --git a/src/version.c b/src/version.c index 38da744..bc93675 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 725, +/**/ 724, /**/ 723,