forked from aniani/vim
runtime(termdebug): Fix wrong test for balloon feature
fixes: #15359 closes: #15487 Signed-off-by: Ubaldo Tiberi <ubaldo.tiberi@google.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ff1680722d
commit
bbeb38db4e
@@ -1536,7 +1536,7 @@ def CleanupExpr(passed_expr: string): string
|
|||||||
enddef
|
enddef
|
||||||
|
|
||||||
def Balloon_show(expr: string)
|
def Balloon_show(expr: string)
|
||||||
if has("+balloon_eval") || has("+balloon_eval_term")
|
if has("balloon_eval") || has("balloon_eval_term")
|
||||||
balloon_show(expr)
|
balloon_show(expr)
|
||||||
endif
|
endif
|
||||||
enddef
|
enddef
|
||||||
|
Reference in New Issue
Block a user