summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-08-24 18:58:34 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-08-24 18:58:34 +0100
commit608cc3265ee86d056cc66719083e54c8d703c19a (patch)
tree9ad6036db9394a9643070497133ce62063a8bfb8
parent8ad79e1e869ddb101ca0595c120d9d10debc0ecf (diff)
Fix clang.kak diagnostics now that tuple separator is back to '|'
-rw-r--r--rc/clang.kak4
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 "