mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
fixes 'instantiation from here' highlighting
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user