Python alias works now

This commit is contained in:
David Halter
2013-01-07 00:28:37 +01:00
parent 7b60d00dbc
commit 3c55a4bed6
3 changed files with 25 additions and 24 deletions

View File

@@ -52,9 +52,9 @@ if g:jedi#auto_initialization
endif
if has('python')
command! Python python
command! -nargs=1 Python python <args>
else
command! Python python3
command! -nargs=1 Python python3 <args>
end
" vim: set et ts=4: