From b7e962ab8f53f7185e3f72642664e444460ff931 Mon Sep 17 00:00:00 2001 From: Adrian Rego Date: Thu, 15 Dec 2011 08:45:52 -0500 Subject: [PATCH] echo "" was causing 'Press enter or type command to continue' message to appear on every save --- ftplugin/python/pep8.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/ftplugin/python/pep8.vim b/ftplugin/python/pep8.vim index caa529c..30fa90b 100644 --- a/ftplugin/python/pep8.vim +++ b/ftplugin/python/pep8.vim @@ -169,7 +169,6 @@ endfunction function! s:GetMessage() " {{{ " Reset status message. if exists('b:pep8_need_reset_status') && b:pep8_need_reset_status - echo "" let b:pep8_need_reset_status = 0 endif