Skip to content

Commit 157b7f8

Browse files
committed
Pass logger
1 parent 604b28f commit 157b7f8

File tree

1 file changed

+2
-1
lines changed
  • rplugin/python3/deoplete/sources

1 file changed

+2
-1
lines changed

rplugin/python3/deoplete/sources/acid.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def global_watch(cmsg, cwc, ckey):
8585

8686
wc.watch('global_watch', {}, global_watch)
8787

88-
return cider_gather(Acid_nrepl(wc),
88+
return cider_gather(self,
89+
Acid_nrepl(wc),
8990
context["complete_str"],
9091
session,
9192
ns)

0 commit comments

Comments
 (0)