jim: change the output of errorInfo
commit63246ecaa29ff252387c6fb3f9d2554cacaf2d6c
authorSteve Bennett <steveb@workware.net.au>
Sat, 6 Dec 2014 01:32:15 +0000 (6 11:32 +1000)
committerSteve Bennett <steveb@workware.net.au>
Tue, 9 Dec 2014 03:07:55 +0000 (9 13:07 +1000)
tree908104025bd0ec2272627fde000f9a3d8c7b28b0
parentb807e3c1640870464ced1859c29d200188df12ab
jim: change the output of errorInfo

Rather than "Runtime Error: <file>:<line>: ...", use
use "<file>:<line>: Error: ..."

This latter format is both shorter and more consistent with other tools (e.g. gcc).
This also allows errors to be reported with the default errorfmt of vim's quickfix feature.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
stdlib.tcl