commit | fb6ffc732e65dbc459c89247ff78134402f1a18b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 09 17:58:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 17:58:04 2016 +0200 |
tree | 4c29f995f7ea77f4426e057fa2bf9e5b6eea0cb8 | |
parent | cf7ff70ca73218d618e7c00ab785bcf5f9120a94 [diff] [blame] |
patch 7.4.1827 Problem: No error when invoking a callback when it's not safe. Solution: Add an error message. Avoid the error when freeing a channel.
diff --git a/src/version.c b/src/version.c index 373aff2..266e591 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1827, +/**/ 1826, /**/ 1825,