From b9e7b51ea5c1dbca8390adac7483b68afc49da85 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Thu, 15 Jun 2017 17:24:32 +1200 Subject: [PATCH] Fix jsctags config, closes #421 This seems to be different for the tern-based jsctags, and the old one is deprecated anyway. --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index bf5445e..016f9e5 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -479,7 +479,7 @@ function! s:InitTypes() abort \ 'f' : 'namespace' \ } let type_javascript.scope2kind = { - \ 'namespace' : 'v' + \ 'namespace' : 'f' \ } let type_javascript.ctagsbin = jsctags let type_javascript.ctagsargs = '-f -'