diff options
author | Araq <rumpf_a@web.de> | 2015-07-01 15:02:13 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-01 15:02:13 +0200 |
commit | 959d418d1d135e01770f9ba7e4257f6ed79c80b6 (patch) | |
tree | be11c0980f6853cddfe13ab989b98d3ac48b27a5 /compiler | |
parent | 1555f41796e3da42c269329884d1847ed2a3854b (diff) | |
download | Nim-959d418d1d135e01770f9ba7e4257f6ed79c80b6.tar.gz |
fixes 'instantiation from here' highlighting
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/msgs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 3d5edaf40..937b4bd61 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -789,7 +789,7 @@ proc writeContext(lastinfo: TLineInfo) = PosFormat % [toMsgFilename(msgContext[i]), coordToStr(msgContext[i].line), coordToStr(msgContext[i].col+1)], - styleDim, + resetStyle, getMessageStr(errInstantiationFrom, "")) info = msgContext[i] |