Remove timer usage

This commit is contained in:
leafOfTree
2023-01-31 17:29:23 +08:00
parent 8d75429260
commit 4d31393b03
2 changed files with 2 additions and 21 deletions

View File

@@ -302,11 +302,6 @@ function! VimVuePluginIndentMain(...)
call s:SetVueIndent()
endfunction
let s:timer = exists('*timer_start') && !exists('SessionLoad') && !s:test
if s:timer
call timer_start(200, 'VimVuePluginIndentMain')
else
call VimVuePluginIndentMain()
endif
call VimVuePluginIndentMain()
let b:did_indent = 1