Fix tab creation when current buffer contains no file

This commit is contained in:
Ben Jackson 2020-03-28 13:07:00 +00:00
commit 5cb9c62e7f
2 changed files with 18 additions and 1 deletions

View file

@ -457,7 +457,7 @@ class DebugSession( object ):
def _SetUpUI( self ):
vim.command( 'tabedit %' )
vim.command( 'tab split' )
self._uiTab = vim.current.tabpage
# Code window