Don't get stuck in 'initializing' when script not found (#635)
parent
a68f48cf67
commit
65ac63343f
|
|
@ -79,6 +79,7 @@ function! tabby#OnVimEnter()
|
|||
endif
|
||||
|
||||
if !filereadable(g:tabby_node_script)
|
||||
let s:status = "initialization_failed"
|
||||
let s:message = 'Tabby agent script not found. Please reinstall Tabby plugin.'
|
||||
return
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue