mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Update extended.vim
Modified python details
This commit is contained in:
parent
b10b0908c3
commit
0c29b02e50
@ -218,7 +218,7 @@ elseif &filetype == 'java'
|
||||
elseif &filetype == 'sh'
|
||||
exec "!time bash %"
|
||||
elseif &filetype == 'python'
|
||||
exec "!time python %"
|
||||
exec "!time python3 %"
|
||||
elseif &filetype == 'html'
|
||||
exec "!google-chrome % &"
|
||||
elseif &filetype == 'go'
|
||||
|
Loading…
Reference in New Issue
Block a user