Ready for pull request

This commit is contained in:
s-zeng 2017-10-04 20:43:00 -04:00
parent 5fab7df0dc
commit 1b037ec871
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let g:repl#default_filetype_repl = {
\ 'opt' : '--simple-prompt -r'
\ },
\ 'python' : {
\ 'repl' : 'python3.6',
\ 'repl' : 'python',
\ 'opt' : '-i'
\ },
\ 'erlang' : {