mirror of
https://github.com/vim/vim.git
synced 2026-04-27 22:16:17 +02:00
Update runtime files
This commit is contained in:
@@ -838,12 +838,12 @@ endfunc
|
||||
" if there is any.
|
||||
func TermDebugBalloonExpr()
|
||||
if v:beval_winid != s:sourcewin
|
||||
return
|
||||
return ''
|
||||
endif
|
||||
if !s:stopped
|
||||
" Only evaluate when stopped, otherwise setting a breakpoint using the
|
||||
" mouse triggers a balloon.
|
||||
return
|
||||
return ''
|
||||
endif
|
||||
let s:evalFromBalloonExpr = 1
|
||||
let s:evalFromBalloonExprResult = ''
|
||||
|
||||
Reference in New Issue
Block a user