vim-patch:7.4.2170

Problem:    Cannot get information about timers.
Solution:   Add timer_info().

8e97bd74b5
This commit is contained in:
Jurica Bradaric
2017-03-02 23:04:57 +01:00
committed by Jurica Bradaric
parent df1e7b7eda
commit 8924e75f34
4 changed files with 83 additions and 6 deletions

View File

@@ -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},