From 44070d8a455bdea52cc235d8ed68c5945ec3ba4a Mon Sep 17 00:00:00 2001 From: Nick Gavalas Date: Mon, 10 Sep 2018 18:47:04 -0400 Subject: fix tsserver className parsing --- autoload/ale/completion.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/ale/completion.vim b/autoload/ale/completion.vim index bded12b1..e96774c3 100644 --- a/autoload/ale/completion.vim +++ b/autoload/ale/completion.vim @@ -264,7 +264,7 @@ function! ale#completion#ParseTSServerCompletionEntryDetails(response) abort call add(l:documentationParts, l:part.text) endfor - if l:suggestion.kind is# 'clasName' + if l:suggestion.kind is# 'className' let l:kind = 'f' elseif l:suggestion.kind is# 'parameterName' let l:kind = 'f' -- cgit v1.2.3