From f4f12f3c9b3c839d9bee60bbcf53d23c2aa74f64 Mon Sep 17 00:00:00 2001 From: Nader Akoury Date: Fri, 11 Nov 2016 11:28:20 -0800 Subject: [PATCH] Fix another test failure * Because I cannot seem to run the tests locally I am relying on the CI tests which kind of sucks... --- python/ycm/vimsupport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ycm/vimsupport.py b/python/ycm/vimsupport.py index be41b607..73351053 100644 --- a/python/ycm/vimsupport.py +++ b/python/ycm/vimsupport.py @@ -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.