diff options
author | Araq <rumpf_a@web.de> | 2011-02-21 01:07:12 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-21 01:07:12 +0100 |
commit | 4e7a22cac31a0a703c080c7fe0d2569f56ab16a0 (patch) | |
tree | b9f94a283d6b6729d5c240b221054a248ab1cec1 /rod/semgnrc.nim | |
parent | 7bc95676acd732e0ba264dcc857a671657edc4d9 (diff) | |
download | Nim-4e7a22cac31a0a703c080c7fe0d2569f56ab16a0.tar.gz |
somewhat better 'suggest'
Diffstat (limited to 'rod/semgnrc.nim')
-rwxr-xr-x | rod/semgnrc.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rod/semgnrc.nim b/rod/semgnrc.nim index 77c200120..00ad3fdc9 100755 --- a/rod/semgnrc.nim +++ b/rod/semgnrc.nim @@ -67,6 +67,7 @@ proc semGenericStmt(c: PContext, n: PNode, flags: TSemGenericFlags = {}): PNode L: int a: PNode result = n + if gCmd == cmdSuggest: suggestStmt(c, n) case n.kind of nkIdent: var s = SymtabGet(c.Tab, n.ident) |