commit | 38ea784fecf7921dca83ddc75fe9cb40708521b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 19:51:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 19:51:58 2019 +0200 |
tree | 74ee153455177845c58617d629d9af378eeec1cb | |
parent | ac2450a9a863f02a5e749f2b7058157cbf76edf8 [diff] [blame] |
patch 8.1.1512: ch_evalexpr() hangs when used recursively Problem: ch_evalexpr() hangs when used recursively. (Paul Jolly) Solution: Change ch_block_id from a single number to a list of IDs to wait on.
diff --git a/src/version.c b/src/version.c index 97dc393..3b434a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1512, +/**/ 1511, /**/ 1510,