Enable easier testing of Python exec
This commit is contained in:
parent
15be24fc82
commit
02ba3de54e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user