Fix jsctags config, closes #421

This seems to be different for the tern-based jsctags, and the old one
is deprecated anyway.
This commit is contained in:
Jan Larres 2017-06-15 17:24:32 +12:00
parent 87a1263f5d
commit b9e7b51ea5

View File

@ -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 -'