python -> Python

This commit is contained in:
David Halter
2013-01-06 23:59:10 +01:00
parent b63454ebd4
commit 30ea569cd8
2 changed files with 17 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ if g:jedi#auto_initialization
" this is only here because in some cases the VIM library adds their
" 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
autocmd FileType Python setlocal omnifunc=jedi#complete switchbuf=useopen " needed for pydoc
endif
if has('python')