summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-13 23:04:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-13 23:04:31 +0200
commit396e829fa355ebc92a618ef18266a3fed71b7042 (patch)
tree68231deb6b5951890d363d2376364936a5ce5a88 /runtime/pack/dist/opt
parentfa55cfc69d2b14761e2a8bd85bc1e0d82df770aa (diff)
Update runtime files
Diffstat (limited to 'runtime/pack/dist/opt')
-rw-r--r--runtime/pack/dist/opt/termdebug/plugin/termdebug.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
index 8c4395c886..db44e69099 100644
--- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
@@ -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 = ''