From 740ca20ff1c84b1f4596aee8161a92f2bc6bdb2e Mon Sep 17 00:00:00 2001 From: Jace Bennett Date: Tue, 20 Aug 2013 23:49:40 -0400 Subject: [PATCH] As of Leiningen 2.3.2 there is yet another portfile convention --- plugin/fireplace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index b8ac972..8989f41 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -1180,7 +1180,7 @@ function! s:portfile() endif let root = b:leiningen_root - let portfiles = [root.'/target/repl-port', root.'/target/repl/repl-port'] + let portfiles = [root.'/target/repl-port', root.'/target/repl/repl-port', root.'/.nrepl-port'] for f in portfiles if filereadable(f)