Merge pull request #101 from bnwasteland/lein232-portfile

As of Leiningen 2.3.2 there is yet another portfile convention
This commit is contained in:
Tim Pope 2013-09-14 14:48:39 -07:00
commit 92644485d6
1 changed files with 1 additions and 1 deletions

View File

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