recording popup win id on the failed evaluation
This commit is contained in:
parent
0ff9dc5f9e
commit
e0b0a7f3d2
1 changed files with 3 additions and 1 deletions
|
|
@ -359,7 +359,9 @@ class VariablesView( object ):
|
|||
|
||||
def failure_handler( reason, message ):
|
||||
display = [ reason ]
|
||||
utils.DisplayBalloon( self._is_term, display, is_hover )
|
||||
float_win_id = utils.DisplayBalloon( self._is_term, display, is_hover )
|
||||
# record the global eval window id
|
||||
vim.vars[ 'vimspector_session_windows' ][ 'eval' ] = int( float_win_id )
|
||||
|
||||
self._variable_eval = Watch.New( frame,
|
||||
expression,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue