From 08c94ef6b5beb3afb43787b406c61b0795ce66e2 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 31 Oct 2016 20:12:54 +0100 Subject: nimsuggest is now part of Nim --- compiler/suggest.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/suggest.nim') diff --git a/compiler/suggest.nim b/compiler/suggest.nim index 52f00550b..558581e04 100644 --- a/compiler/suggest.nim +++ b/compiler/suggest.nim @@ -233,7 +233,7 @@ proc suggestFieldAccess(c: PContext, n: PNode, outputs: var int) = # error: no known module name: typ = nil else: - let m = gImportModule(c.module, fullpath.fileInfoIdx) + let m = gImportModule(c.module, fullpath.fileInfoIdx, c.cache) if m == nil: typ = nil else: for it in items(n.sym.tab): -- cgit 1.4.1-2-gfad0