From 02ba3de54e9e03942dee95ed6e7b39a7946a80d1 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 7 Jan 2014 23:26:26 -0500 Subject: [PATCH] Enable easier testing of Python exec --- autoload/nrepl/fireplace_connection.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/nrepl/fireplace_connection.vim b/autoload/nrepl/fireplace_connection.vim index 1ff76b6..89b9ce1 100644 --- a/autoload/nrepl/fireplace_connection.vim +++ b/autoload/nrepl/fireplace_connection.vim @@ -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