remove needless empty line.

This commit is contained in:
mattn
2012-10-31 09:30:55 +09:00
parent e6b22f8450
commit ed5aa85eb9

View File

@@ -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