diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-08-24 18:58:34 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-08-24 18:58:34 +0100 |
| commit | 608cc3265ee86d056cc66719083e54c8d703c19a (patch) | |
| tree | 9ad6036db9394a9643070497133ce62063a8bfb8 | |
| parent | 8ad79e1e869ddb101ca0595c120d9d10debc0ecf (diff) | |
Fix clang.kak diagnostics now that tuple separator is back to '|'
| -rw-r--r-- | rc/clang.kak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/clang.kak b/rc/clang.kak index 67b62f6d..19eea14d 100644 --- a/rc/clang.kak +++ b/rc/clang.kak @@ -69,8 +69,8 @@ def -shell-params clang-parse -docstring "Parse the contents of the current buff fi flags=$(cat ${dir}/stderr | sed -rne " - /^<stdin>:[0-9]+:([0-9]+:)? (fatal )?error/ { s/^<stdin>:([0-9]+):.*/\1,red,█/; p } - /^<stdin>:[0-9]+:([0-9]+:)? warning/ { s/^<stdin>:([0-9]+):.*/\1,yellow,█/; p } + /^<stdin>:[0-9]+:([0-9]+:)? (fatal )?error/ { s/^<stdin>:([0-9]+):.*/\1|red|█/; p } + /^<stdin>:[0-9]+:([0-9]+:)? warning/ { s/^<stdin>:([0-9]+):.*/\1|yellow|█/; p } " | paste -s -d ':') errors=$(cat ${dir}/stderr | sed -rne " |
