This commit is contained in:
Tim Pope 2014-01-15 19:25:55 -05:00
parent c5bfcc93f4
commit 2a6d23f2fc
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ function! s:client(...) abort
let root = fnamemodify(root, ':h') let root = fnamemodify(root, ':h')
endwhile endwhile
for repl in s:repls for repl in s:repls
if s:includes_file(fnamemodify(bufname(buf), ':p'), repl.path) if s:includes_file(fnamemodify(bufname(buf), ':p'), repl.path())
return repl return repl
endif endif
endfor endfor