diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index 04f82bd50..377827e85 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -1536,7 +1536,7 @@ def CleanupExpr(passed_expr: string): string enddef def Balloon_show(expr: string) - if has("+balloon_eval") || has("+balloon_eval_term") + if has("balloon_eval") || has("balloon_eval_term") balloon_show(expr) endif enddef