From ed5aa85eb997fed4b1c4ebd6aa800a04778181b5 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 31 Oct 2012 09:30:55 +0900 Subject: [PATCH] remove needless empty line. --- plugin/jedi.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index 56af749..baaca29 100644 --- a/plugin/jedi.vim +++ b/plugin/jedi.vim @@ -45,7 +45,6 @@ if g:jedi#auto_initialization " autocompletion as a default, which may cause problems, depending on the " order of invocation. autocmd FileType python setlocal omnifunc=jedi#complete switchbuf=useopen " needed for pydoc - endif