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

Add g:tagbar_scopestrs (#661)

Allows mapping scope suffixes (e.g. 'function') to user-defined values.
This commit is contained in:
Luis Piloto
2020-09-23 11:02:34 +01:00
committed by GitHub
parent 1caa71aca3
commit 5339b4e8bd
3 changed files with 44 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ function! s:setup_options() abort
\ ['hide_nonpublic', 0],
\ ['height', 10],
\ ['indent', 2],
\ ['scopestrs', {}],
\ ['left', 0],
\ ['position', default_pos],
\ ['previewwin_pos', previewwin_pos],