diff options
author | Araq <rumpf_a@web.de> | 2017-02-28 09:03:40 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-02-28 09:03:40 +0100 |
commit | 3d46600a902bae72b63e855d797e774cc4785d74 (patch) | |
tree | 2456d11d36f413e2e7bf9a8fd946e9e8c4f92344 /compiler/semdata.nim | |
parent | e78bd69619289eb8a981a0d33f17a1ca0e233bee (diff) | |
download | Nim-3d46600a902bae72b63e855d797e774cc4785d74.tar.gz |
nimsuggest supports prefix matching (first version)
Diffstat (limited to 'compiler/semdata.nim')
-rw-r--r-- | compiler/semdata.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim index 77d461007..f9a7c0cda 100644 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -111,6 +111,7 @@ type graph*: ModuleGraph signatures*: TStrTable recursiveDep*: string + suggestionsMade*: bool proc makeInstPair*(s: PSym, inst: PInstantiation): TInstantiationPair = result.genericSym = s |