kakoune/rc/core
Paul d'Hubert c54a8ef987 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.
2016-12-08 11:01:05 +01:00
..
asciidoc.kak Add highlight group to highlighters rmhl hooks 2016-09-28 08:45:01 +02:00
c-family.kak Fix c-family.kak after the change to keep handling of eol 2016-11-29 00:01:37 +00:00
commenting.kak Add commenting characters to all supported languages 2016-10-15 11:07:21 +03:00
diff.kak Add highlight group to highlighters rmhl hooks 2016-09-28 08:45:01 +02:00
doc.kak Fix the doc command for users of BSD man 2016-11-03 14:57:55 +03:00
formatter.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
grep.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
kakrc.kak Do a first phase of command renaming 2016-11-14 00:27:14 +00:00
make.kak Allow setting custom make error pattern 2016-12-08 11:01:05 +01:00
makefile.kak Move the commenting variables back to commenting.kak 2016-10-14 22:12:01 +03:00
man.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
python.kak Introduce the builtin face, modify scripts accordingly 2016-11-24 17:06:45 +03:00
sh.kak Highlight variable expansions as values in shell scripts 2016-11-08 19:03:41 +03:00