Add a bunch of tests for the ui customisation
This commit is contained in:
parent
ebc0b3607a
commit
727214c599
6 changed files with 354 additions and 13 deletions
|
|
@ -258,5 +258,8 @@ class CodeView( object ):
|
|||
else:
|
||||
self._terminal_window = terminal_window
|
||||
self._terminal_buffer_number = buffer_number
|
||||
vim.vars[ 'vimspector_session_windows' ][ 'terminal' ] = utils.WindowID(
|
||||
self._terminal_window,
|
||||
vim.current.tabpage )
|
||||
|
||||
return buffer_number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue