From 1b037ec871cc2253ad7953ea82661e78974d3b7e Mon Sep 17 00:00:00 2001 From: s-zeng Date: Wed, 4 Oct 2017 20:43:00 -0400 Subject: [PATCH] Ready for pull request --- plugin/repl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/repl.vim b/plugin/repl.vim index 334404c..00688dc 100644 --- a/plugin/repl.vim +++ b/plugin/repl.vim @@ -18,7 +18,7 @@ let g:repl#default_filetype_repl = { \ 'opt' : '--simple-prompt -r' \ }, \ 'python' : { -\ 'repl' : 'python3.6', +\ 'repl' : 'python', \ 'opt' : '-i' \ }, \ 'erlang' : {