mirror of
https://github.com/gryf/tagbar.git
synced 2026-05-11 08:52:56 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75174f1c09 |
+1
-1
@@ -3720,7 +3720,7 @@ function! tagbar#currenttagtype(fmt, default) abort
|
||||
|
||||
let typeinfo = tag.fileinfo.typeinfo
|
||||
let plural = typeinfo.kinds[typeinfo.kinddict[kind]].long
|
||||
if has_key(plural)
|
||||
if has_key(s:singular_types, plural)
|
||||
let singular = s:singular_types[plural]
|
||||
else
|
||||
let singular = plural
|
||||
|
||||
Reference in New Issue
Block a user