mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-02-13 03:01:41 +08:00
Python alias works now
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user