Fix balloon display ...
This commit is contained in:
parent
7a8bdef088
commit
95fa0c5105
1 changed files with 3 additions and 0 deletions
|
|
@ -625,6 +625,9 @@ def DisplayBaloon( is_term, display ):
|
|||
if not is_term:
|
||||
display = '\n'.join( display )
|
||||
|
||||
# Remove balloon
|
||||
vim.eval( "balloon_show( '' )")
|
||||
|
||||
vim.eval( "balloon_show( {0} )".format(
|
||||
json.dumps( display ) ) )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue