mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
vim-patch:7.4.2170
Problem: Cannot get information about timers.
Solution: Add timer_info().
8e97bd74b5
This commit is contained in:

committed by
Jurica Bradaric

parent
df1e7b7eda
commit
8924e75f34
@@ -306,6 +306,7 @@ return {
|
||||
tempname={},
|
||||
termopen={args={1, 2}},
|
||||
test_garbagecollect_now={},
|
||||
timer_info={args={0,1}},
|
||||
timer_start={args={2,3}},
|
||||
timer_stop={args=1},
|
||||
tolower={args=1},
|
||||
|
Reference in New Issue
Block a user