commit | 1780f08ba42837b6d4a5f0451117a79b2d49974a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 22:03:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 22:03:59 2021 +0200 |
tree | 344aba2fa3ce158403fac40e1a02a381b09b9d8b | |
parent | 335c8c7b206df776b59fb63a1c7f91c8b1425398 [diff] [blame] |
patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number Problem: Vim9: when compiling repeat(123, N) return type is number. Solution: Make return type a string. (closes #8664)
diff --git a/src/version.c b/src/version.c index cbb0283..e3a6cb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3261, +/**/ 3260, /**/ 3259,