Fix another test failure
* Because I cannot seem to run the tests locally I am relying on the CI tests which kind of sucks...
This commit is contained in:
parent
659746eaaf
commit
f4f12f3c9b
@ -924,7 +924,6 @@ def WriteToPreviewWindow( message ):
|
|||||||
vim.current.buffer.options[ 'swapfile' ] = False
|
vim.current.buffer.options[ 'swapfile' ] = False
|
||||||
vim.current.buffer.options[ 'modifiable' ] = False
|
vim.current.buffer.options[ 'modifiable' ] = False
|
||||||
vim.current.buffer.options[ 'readonly' ] = True
|
vim.current.buffer.options[ 'readonly' ] = True
|
||||||
vim.current.buffer.options[ 'buflisted' ] = False
|
|
||||||
|
|
||||||
# We need to prevent closing the window causing a warning about unsaved
|
# We need to prevent closing the window causing a warning about unsaved
|
||||||
# file, so we pretend to Vim that the buffer has not been changed.
|
# file, so we pretend to Vim that the buffer has not been changed.
|
||||||
|
Loading…
Reference in New Issue
Block a user