Fix
This commit is contained in:
parent
c5bfcc93f4
commit
2a6d23f2fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user