summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-02-19 21:24:36 +1100
committerMaxime Coste <mawww@kakoune.org>2018-02-19 21:24:36 +1100
commitcbf11d7a07fd939bfa7cad3d7f2ae2e9d9801aa8 (patch)
tree06f5f8484f4ec4852bb552e41f029b318b4e03fb
parent2c0eba9d95a7269603a72af3fedb029c680882d5 (diff)
nim.kak: Fix wrong tr invocation
-rw-r--r--rc/extra/nim.kak2
1 files changed, 1 insertions, 1 deletions
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 "