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'),
|
||||
\ 'process': s:function('s:nrepl_process')}
|
||||
|
||||
if !has('python')
|
||||
if !has('python') || $FIREPLACE_NO_IF_PYTHON
|
||||
finish
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user