Reintroduce width
This commit is contained in:
parent
5ed9a06ed5
commit
403b90a961
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class DebugSession( object ):
|
||||||
self._codeView = code.CodeView( vim.current.window )
|
self._codeView = code.CodeView( vim.current.window )
|
||||||
|
|
||||||
# Call stack
|
# Call stack
|
||||||
vim.command( 'vspl' )
|
vim.command( '50vspl' )
|
||||||
vim.command( 'enew' )
|
vim.command( 'enew' )
|
||||||
self._stackTraceView = stack_trace.StackTraceView( self,
|
self._stackTraceView = stack_trace.StackTraceView( self,
|
||||||
self._connection,
|
self._connection,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue