Use a prompt that matches the buffer output, so that it is more obvious

This commit is contained in:
Ben Jackson 2018-06-10 00:06:18 +01:00
commit 6d709d551c

View file

@ -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' )" ) )