Fix
This commit is contained in:
parent
c5bfcc93f4
commit
2a6d23f2fc
@ -393,7 +393,7 @@ function! s:client(...) abort
|
||||
let root = fnamemodify(root, ':h')
|
||||
endwhile
|
||||
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
|
||||
endif
|
||||
endfor
|
||||
|
Loading…
Reference in New Issue
Block a user