From 55255578bb4ab7e6bdf46a6329190b443615f9b8 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 18 Apr 2013 11:12:49 -0400 Subject: [PATCH] Cease deleting stale port files The Leiningen 2 prereleases liked to leave stale port files behind, but this is fixed in the final release. --- plugin/fireplace.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index 0afcf53..75aaac8 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -1164,7 +1164,6 @@ function! s:leiningen_connect() try call s:register_connection(nrepl#fireplace_connection#open(port), b:leiningen_root) catch /^nREPL Connection Error:/ - call delete(portfile) endtry endif endfunction