Use a prompt that matches the buffer output, so that it is more obvious
This commit is contained in:
parent
800c945b7a
commit
6d709d551c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class VariablesView( object ):
|
|||
utils.SetUpScratchBuffer( self._vars.win.buffer, 'vimspector.Variables' )
|
||||
utils.SetUpPromptBuffer( self._watch.win.buffer,
|
||||
'vimspector.Watches',
|
||||
'Watch: ',
|
||||
'Expression: ',
|
||||
'vimspector#AddWatchPrompt' )
|
||||
|
||||
has_balloon = int( vim.eval( "has( 'balloon_eval' )" ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue