mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-14 21:42:46 +08: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:
parent
87a1263f5d
commit
b9e7b51ea5
|
@ -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 -'
|
||||
|
|
Loading…
Reference in New Issue
Block a user