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"