Disable completion in the Vader test if we temporarily enable it
This commit is contained in:
parent
b4d23d700b
commit
e0c014ab8c
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
Before:
|
||||
Save g:ale_completion_enabled
|
||||
|
||||
After:
|
||||
Restore
|
||||
|
||||
if !g:ale_completion_enabled
|
||||
call ale#completion#Disable()
|
||||
endif
|
||||
|
||||
Execute(TypeScript completions responses should be parsed correctly):
|
||||
AssertEqual [],
|
||||
\ ale#completion#ParseTSServerCompletions({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue