Enable easier testing of Python exec

This commit is contained in:
Tim Pope 2014-01-07 23:26:26 -05:00
parent 15be24fc82
commit 02ba3de54e
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ let s:nrepl = {
\ 'path': s:function('s:nrepl_path'), \ 'path': s:function('s:nrepl_path'),
\ 'process': s:function('s:nrepl_process')} \ 'process': s:function('s:nrepl_process')}
if !has('python') if !has('python') || $FIREPLACE_NO_IF_PYTHON
finish finish
endif endif