mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +01:00
Fix depth bug
This commit is contained in:
@@ -881,8 +881,8 @@ function! s:ParseTagline(part1, part2, typeinfo)
|
||||
break
|
||||
endif
|
||||
endfor
|
||||
let taginfo.depth = len(split(taginfo.path, '\V' . a:typeinfo.sro))
|
||||
endif
|
||||
let taginfo.depth = len(split(taginfo.path, '\V' . a:typeinfo.sro))
|
||||
|
||||
return taginfo
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user