commit | fce82b3aa7dd87f9e15a4c12eda2c65de285d99a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:07:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 16:07:21 2020 +0200 |
tree | 7e014774cc045782b0fa7e0ff6b225d7b62826a7 | |
parent | 9978d473e32cee928d6f901a5eb9a297a2970132 [diff] [blame] |
patch 8.2.1133: Vim9: return type of add() is not specific enough Problem: Vim9: return type of add() 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 ed3f34a..6a22951 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1133, +/**/ 1132, /**/ 1131,