commit | 9978d473e32cee928d6f901a5eb9a297a2970132 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:01:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:01:56 2020 +0200 |
tree | 66b08d96bc91f73175b739a033c8d7b5e719a3ee | |
parent | 05a5551a86e013e35d1dfa10fd0d811c587f9c88 [diff] [blame] |
patch 8.2.1132: Vim9: return type of repeat() is not specific enough Problem: Vim9: return type of repeat() is not specific enough. Solution: Return the type of the first argument. (closes #6395)
diff --git a/src/version.c b/src/version.c index 8f85bb7..ed3f34a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1132, +/**/ 1131, /**/ 1130,