Scratch buffer still makes sense for the code window buffer where we ask for it from the sevrer

This commit is contained in:
Ben Jackson 2020-07-11 11:53:39 +01:00
commit b0d41eb347
3 changed files with 3 additions and 2 deletions

View file

@ -97,6 +97,7 @@ def CleanUpHiddenBuffer( buf ):
def SetUpScratchBuffer( buf, name ):
SetUpHiddenBuffer( buf, name )
buf.options[ 'bufhidden' ] = 'wipe'
def SetUpHiddenBuffer( buf, name ):