Fixed racket support for real

This commit is contained in:
s-zeng
2017-09-09 22:47:55 -04:00
parent 15494c17e4
commit 1000a637d8
3 changed files with 24 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ let g:repl#default_filetype_repl = {
\ },
\ 'scheme' : {
\ 'repl' : 'racket',
\ 'opt' : ''
\ 'opt' : '-i'
\ }
\}