1
0
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:
Pratyay Pande 2020-07-31 18:32:46 +05:30 committed by GitHub
parent b10b0908c3
commit 0c29b02e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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