finally got float window working with variable evaluation
This commit is contained in:
parent
85ca867cc2
commit
7c4eef9096
3 changed files with 38 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue