mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.2180
Problem: There is no easy way to stop all timers. There is no way to
temporary pause a timer.
Solution: Add timer_stopall() and timer_pause().
b73598e2f0
This commit is contained in:

committed by
Jurica Bradaric

parent
8924e75f34
commit
5b8ce2feed
@@ -261,7 +261,7 @@ static int included_patches[] = {
|
||||
2183,
|
||||
// 2182 NA
|
||||
// 2181,
|
||||
// 2180,
|
||||
2180,
|
||||
// 2179,
|
||||
// 2178,
|
||||
// 2177,
|
||||
|
Reference in New Issue
Block a user