mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.2332
Problem: Crash when stop_timer() is called in a callback of a callback.
Vim hangs when the timer callback uses too much time.
Solution: Set tr_id to -1 when a timer is to be deleted. Don't keep calling
callbacks forever. (Ozaki Kiichi)
75537a93e9
This commit is contained in:
@@ -109,7 +109,7 @@ static const int included_patches[] = {
|
||||
2335,
|
||||
2334,
|
||||
2333,
|
||||
// 2332 NA
|
||||
2332,
|
||||
2331,
|
||||
2330,
|
||||
2329,
|
||||
|
Reference in New Issue
Block a user