diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-02-19 21:24:36 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-02-19 21:24:36 +1100 |
| commit | cbf11d7a07fd939bfa7cad3d7f2ae2e9d9801aa8 (patch) | |
| tree | 06f5f8484f4ec4852bb552e41f029b318b4e03fb | |
| parent | 2c0eba9d95a7269603a72af3fedb029c680882d5 (diff) | |
nim.kak: Fix wrong tr invocation
| -rw-r--r-- | rc/extra/nim.kak | 2 |
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 " |
