summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-07-01 15:02:13 +0200
committerAraq <rumpf_a@web.de>2015-07-01 15:02:13 +0200
commit959d418d1d135e01770f9ba7e4257f6ed79c80b6 (patch)
treebe11c0980f6853cddfe13ab989b98d3ac48b27a5 /compiler
parent1555f41796e3da42c269329884d1847ed2a3854b (diff)
downloadNim-959d418d1d135e01770f9ba7e4257f6ed79c80b6.tar.gz
fixes 'instantiation from here' highlighting
Diffstat (limited to 'compiler')
-rw-r--r--compiler/msgs.nim2
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]