mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Add g:tagbar_show_balloon option
This commit is contained in:
@@ -758,7 +758,7 @@ function! s:InitWindow(autoclose) abort
|
||||
setlocal nomodifiable
|
||||
setlocal textwidth=0
|
||||
|
||||
if has('balloon_eval')
|
||||
if g:tagbar_show_balloon == 1 && has('balloon_eval')
|
||||
setlocal balloonexpr=TagbarBalloonExpr()
|
||||
set ballooneval
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user