From 608cc3265ee86d056cc66719083e54c8d703c19a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 24 Aug 2015 18:58:34 +0100 Subject: [PATCH] Fix clang.kak diagnostics now that tuple separator is back to '|' --- rc/clang.kak | 4 ++-- 1 file 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 " - /^:[0-9]+:([0-9]+:)? (fatal )?error/ { s/^:([0-9]+):.*/\1,red,█/; p } - /^:[0-9]+:([0-9]+:)? warning/ { s/^:([0-9]+):.*/\1,yellow,█/; p } + /^:[0-9]+:([0-9]+:)? (fatal )?error/ { s/^:([0-9]+):.*/\1|red|█/; p } + /^:[0-9]+:([0-9]+:)? warning/ { s/^:([0-9]+):.*/\1|yellow|█/; p } " | paste -s -d ':') errors=$(cat ${dir}/stderr | sed -rne "