Skip to content

Commit

Permalink
Running tagbar with airline ... (golang methods support) (#896)
Browse files Browse the repository at this point in the history
- Complete prior golant fix #894 with methods support

Signed-off-by: <rampxxxx@gmail.com>
Co-authored-by: Javier Garcia <javier.martin.garcia@ibm.com>
  • Loading branch information
rampxxxx and Javier Garcia authored Nov 11, 2024
1 parent 1d22809 commit 5e090da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/tagbar.vim
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function! s:InitTypes() abort
\ {'short' : 'n', 'long' : 'intefaces', 'fold' : 0, 'stl' : 0},
\ {'short' : 'w', 'long' : 'fields', 'fold' : 0, 'stl' : 1},
\ {'short' : 'e', 'long' : 'embedded', 'fold' : 0, 'stl' : 0},
\ {'short' : 'm', 'long' : 'methods', 'fold' : 0, 'stl' : 0},
\ {'short' : 'm', 'long' : 'methods', 'fold' : 0, 'stl' : 1},
\ {'short' : 'r', 'long' : 'constructors', 'fold' : 0, 'stl' : 0},
\ {'short' : 'f', 'long' : 'functions', 'fold' : 0, 'stl' : 1},
\ ]
Expand Down

0 comments on commit 5e090da

Please sign in to comment.