mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2024-12-22 15:53:24 +01:00
make vim faster :D
This commit is contained in:
parent
3725b76ce7
commit
e486d79dc3
@ -235,7 +235,7 @@ function! GreenCRDTCheckTimeAndFetch()
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let b:green_crdt_fetch_timer = timer_start(503, 'GreenCRDTFetchTimerCallback')
|
let b:green_crdt_fetch_timer = timer_start(203, 'GreenCRDTFetchTimerCallback')
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
)"
|
)"
|
||||||
@ -287,7 +287,7 @@ delfunction GreenCRDTSetupEvents
|
|||||||
)"
|
)"
|
||||||
|
|
||||||
R"(
|
R"(
|
||||||
let b:green_crdt_fetch_timer = timer_start(900, 'GreenCRDTFetchTimerCallback')
|
let b:green_crdt_fetch_timer = timer_start(300, 'GreenCRDTFetchTimerCallback')
|
||||||
|
|
||||||
echo 'setup done'
|
echo 'setup done'
|
||||||
)");
|
)");
|
||||||
|
Loading…
Reference in New Issue
Block a user