]> granicus.if.org Git - vim/commit
patch 9.0.0282: a nested timout stops the previous timeout v9.0.0282
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2022 20:33:04 +0000 (21:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2022 20:33:04 +0000 (21:33 +0100)
commit0f618386367ba9388e1f50bc665bc1add6c01567
tree577ff6e6e4901d1a7e988d16db0c22d74c404866
parent58dcbf1c6586d3873702e035b47829178a91250e
patch 9.0.0282: a nested timout stops the previous timeout

Problem:    A nested timout stops the previous timeout.
Solution:   Ignore any nested timeout.
src/evalfunc.c
src/regexp.c
src/version.c