Fix clang.kak diagnostics now that tuple separator is back to '|'

This commit is contained in:
Maxime Coste 2015-08-24 18:58:34 +01:00
parent 8ad79e1e86
commit 608cc3265e

View File

@ -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 "