From 702b07e3904c49336277083cd62fc435a4036357 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 08:03:39 +0100 Subject: [PATCH] Code style. --- plugin/pythonhelper.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 4325e04..1832d42 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -374,7 +374,6 @@ class SimplePythonTagsParser(object): # }}} # }}} - def vimBufferIterator(vimBuffer): for line in vimBuffer: yield line + "\n"