diff options
author | Araq <rumpf_a@web.de> | 2011-02-25 01:53:58 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-25 01:53:58 +0100 |
commit | f8dd74a0733b86a63dd805dfee580a5b4cf484ad (patch) | |
tree | 0ab327d97cfa30d2db6c7c2bb87aee2862bae74e /rod/semexprs.nim | |
parent | 0a4498bd6b699e42d97a9f7c9fcddd435a5d6e5b (diff) | |
download | Nim-f8dd74a0733b86a63dd805dfee580a5b4cf484ad.tar.gz |
--stdout support; idetools implemented
Diffstat (limited to 'rod/semexprs.nim')
-rwxr-xr-x | rod/semexprs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/semexprs.nim b/rod/semexprs.nim index 762eb951a..89b5ecfe2 100755 --- a/rod/semexprs.nim +++ b/rod/semexprs.nim @@ -953,7 +953,7 @@ proc semMacroStmt(c: PContext, n: PNode, semCheck = true): PNode = proc semExpr(c: PContext, n: PNode, flags: TExprFlags = {}): PNode = result = n - if gCmd == cmdSuggest: + if gCmd == cmdIdeTools: suggestExpr(c, n) if nfSem in n.flags: return case n.kind # atoms: |