summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "