This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
repl.vim/plugin
aiya000 2d18b5e192 Fix g:repl_filetype_repl problem
.vimrc
```
let g:repl_filetype_repl = {
\  'python' : {
\    'repl' : 'python2',
\    'opt'  : '-i'
\  }
\}
```

and run other repl.
2015-12-22 23:18:06 +09:00
..
repl.vim Fix g:repl_filetype_repl problem 2015-12-22 23:18:06 +09:00