mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Remove unused 'j' php kind
This commit is contained in:
@@ -433,8 +433,7 @@ function! tagbar#types#uctags#init(supported_types) abort
|
||||
\ {'short' : 't', 'long' : 'traits', 'fold' : 0, 'stl' : 1},
|
||||
\ {'short' : 'c', 'long' : 'classes', 'fold' : 0, 'stl' : 1},
|
||||
\ {'short' : 'v', 'long' : 'variables', 'fold' : 1, 'stl' : 0},
|
||||
\ {'short' : 'f', 'long' : 'functions', 'fold' : 0, 'stl' : 1},
|
||||
\ {'short' : 'j', 'long' : 'javascript functions', 'fold' : 0, 'stl' : 1},
|
||||
\ {'short' : 'f', 'long' : 'functions', 'fold' : 0, 'stl' : 1}
|
||||
\ ]
|
||||
let type_php.sro = '\\\\'
|
||||
let type_php.kind2scope = {
|
||||
|
||||
Reference in New Issue
Block a user