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