summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul d'Hubert <paul@tymate.com>2016-12-06 15:47:03 +0100
committerPaul d'Hubert <paul@tymate.com>2016-12-08 11:01:05 +0100
commitc54a8ef987a1b2a15fe7ccd7be816b0a2de09fc3 (patch)
tree282142ae94a7e05be114b7254d9571c4b36ad76b /src
parent03eb128536acb3d870b7010ae3cad3d2b707cf72 (diff)
Allow setting custom make error pattern
The current pattern used by the commands `make-next` and `make-prev` are not suitable for all usages. For example the go compiler will not suffix errors with `error: ` and is not usable with these functions. This change allows the user to define a custom error pattern, instead of having to work around the error (for example using sed to insert the `error: ` suffix). What do you think of this? I have not followed the current convention of having options without separators (like `makecmd`). Also this does not feel to be the right solution because the pattern has to be set at global level.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions