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:
Nader Akoury 2016-11-11 11:28:20 -08:00
parent 659746eaaf
commit f4f12f3c9b

View File

@ -924,7 +924,6 @@ def WriteToPreviewWindow( message ):
vim.current.buffer.options[ 'swapfile' ] = False
vim.current.buffer.options[ 'modifiable' ] = False
vim.current.buffer.options[ 'readonly' ] = True
vim.current.buffer.options[ 'buflisted' ] = False
# 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.