rc scheme: Fix the initialization of the static words

Fixes #2607
This commit is contained in:
Frank LENORMAND 2018-11-30 21:15:52 +03:00
parent 16908bf091
commit 17ebc582b6

View File

@ -75,7 +75,7 @@ evaluate-commands %sh{
join () { printf "%s" "$1" | tr -s ' \n\t' "$2"; }
printf '%s\n' "hook global WinSetOption filetype=scheme %{
set-option window static_words '$(join "$keywords:$meta:$operators:$builtins" ':' )'
set-option window static_words $(join "$keywords $meta $operators $builtins" ' ' )
}"
exact_quote () {