From cbf11d7a07fd939bfa7cad3d7f2ae2e9d9801aa8 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 19 Feb 2018 21:24:36 +1100 Subject: [PATCH] nim.kak: Fix wrong tr invocation --- rc/extra/nim.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/extra/nim.kak b/rc/extra/nim.kak index 15b80de0..7aa3bf37 100644 --- a/rc/extra/nim.kak +++ b/rc/extra/nim.kak @@ -41,7 +41,7 @@ add-highlighter shared/nim/code regex %{'[^'\n]'} 0:string # Add the language's grammar to the static completion list printf %s\\n "hook global WinSetOption filetype=nim %{ set-option window static_words '${keywords}:${types}:${values}' - }" | tr '|' ':' ':' + }" | tr '|' ':' # Highlight keywords printf %s "