1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Merge pull request #451 from mathia4/master

Fixed typo in JavaScript uctags label
This commit is contained in:
Jan Larres
2017-10-19 16:40:45 +13:00
committed by GitHub

View File

@@ -533,7 +533,7 @@ function! tagbar#types#uctags#init(supported_types) abort
let type_javascript.ctagstype = 'javascript'
let type_javascript.kinds = [
\ {'short': 'v', 'long': 'global variables', 'fold': 0, 'stl': 0},
\ {'short': 'C', 'long': 'contants', 'fold': 0, 'stl': 0},
\ {'short': 'C', 'long': 'constants', 'fold': 0, 'stl': 0},
\ {'short': 'c', 'long': 'classes', 'fold': 0, 'stl': 1},
\ {'short': 'g', 'long': 'generators', 'fold': 0, 'stl': 0},
\ {'short': 'p', 'long': 'properties', 'fold': 0, 'stl': 0},