2d18b5e192
.vimrc ``` let g:repl_filetype_repl = { \ 'python' : { \ 'repl' : 'python2', \ 'opt' : '-i' \ } \} ``` and run other repl. |
||
---|---|---|
.. | ||
repl.vim |
2d18b5e192
.vimrc ``` let g:repl_filetype_repl = { \ 'python' : { \ 'repl' : 'python2', \ 'opt' : '-i' \ } \} ``` and run other repl. |
||
---|---|---|
.. | ||
repl.vim |