mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
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:
@@ -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 -'
|
||||
|
||||
Reference in New Issue
Block a user