kakrc.kak: Fix static word definition

This commit is contained in:
Maxime Coste 2017-10-28 12:38:20 +08:00
parent 7064e890f5
commit d7671f0cdf

View File

@ -42,7 +42,7 @@ add-highlighter shared/ regions -default code kakrc \
# Add the language's grammar to the static completion list
printf '%s\n' "hook global WinSetOption filetype=kak %{
set window static_words '$(join "${keywords}:${attributes}:${types}:${values}" '|')'
set window static_words '$(join "${keywords}:${attributes}:${types}:${values}" ':')'
set -- window extra_word_chars '-'
}"