finally got float window working with variable evaluation

This commit is contained in:
dsych 2020-11-29 00:53:11 -05:00 committed by Ben Jackson
commit 7c4eef9096
3 changed files with 38 additions and 0 deletions

View file

@ -635,6 +635,10 @@ def ParseVariables( variables_list,
def DisplayBaloon( is_term, display ):
if int(vim.eval("has('nvim')")):
vim.eval("vimspector#internal#state#TooltipExec({})".format(display))
return
if not is_term:
display = '\n'.join( display )
# To enable the Windows GUI to display the balloon correctly