commit | 7a3fe3e180bdbce8f193abdf399559c5154bdaae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 14:58:47 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 14:58:47 2021 +0200 |
tree | 842eac4734c81db7a49ddaaf20b4fea732bb8162 | |
parent | a74901929e999a0052c1ce388ab09359c10cbb0d [diff] [blame] |
patch 8.2.3200: Vim9: hard to guess where a type error is given Problem: Vim9: hard to guess where a type error is given. Solution: Add the function name where possible. (closes #8608)
diff --git a/src/version.c b/src/version.c index cd0f9ec..02469ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3200, +/**/ 3199, /**/ 3198,