]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1512: ch_evalexpr() hangs when used recursively v8.1.1512
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 17:51:58 +0000 (19:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 17:51:58 +0000 (19:51 +0200)
commit38ea784fecf7921dca83ddc75fe9cb40708521b2
tree74ee153455177845c58617d629d9af378eeec1cb
parentac2450a9a863f02a5e749f2b7058157cbf76edf8
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.
src/channel.c
src/structs.h
src/version.c