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:
James McCoy
2017-04-06 08:56:53 -04:00
parent 0f99645b8f
commit 9edbeec077
2 changed files with 31 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ static const int included_patches[] = {
2335,
2334,
2333,
// 2332 NA
2332,
2331,
2330,
2329,