Cease deleting stale port files

The Leiningen 2 prereleases liked to leave stale port files behind, but
this is fixed in the final release.
This commit is contained in:
Tim Pope 2013-04-18 11:12:49 -04:00
parent 77444275fd
commit 55255578bb

View File

@ -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