commit | 14e57909e662a43a42438e2701654af48af49b03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 07 16:59:25 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 07 16:59:25 2020 +0100 |
tree | 1c613eeeff3d485e32047df43c24f6da708769d1 | |
parent | 8eab73132838e977092d7b46f70b4ecf6274fd6a [diff] [blame] |
patch 8.2.0361: internal error when using "0" for a callback Problem: Internal error when using "0" for a callback. Solution: Give a normal error. (closes #5743)
diff --git a/src/version.c b/src/version.c index 6085320..2c4cd0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 361, +/**/ 360, /**/ 359,