nim.kak: Fix wrong tr invocation

This commit is contained in:
Maxime Coste 2018-02-19 21:24:36 +11:00
parent 2c0eba9d95
commit cbf11d7a07

View File

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