commit | c7db57788b661a5da0b375d4fffdf10721550141 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 20:55:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 20:55:50 2020 +0200 |
tree | d4094585b9118ba15554f69bf148cfaa9e9cb2ad | |
parent | 7591116acffc45b5880c49244646651badac1629 [diff] [blame] |
patch 8.2.1261: Vim9: common type of function not tested Problem: Vim9: common type of function not tested. Solution: Add a test. Fix uncovered problems.
diff --git a/src/version.c b/src/version.c index 8df1359..a779d54 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1261, +/**/ 1260, /**/ 1259,