Fix static_words in go.kak

This commit is contained in:
Shachaf Ben-Kiki 2018-06-21 20:14:51 -07:00 committed by Maxime Coste
parent 1a2eecd037
commit 619184bdf6

View File

@ -33,7 +33,7 @@ evaluate-commands %sh{
# Add the language's grammar to the static completion list
printf %s\\n "hook global WinSetOption filetype=go %{
set-option window static_words '${keywords} ${attributes} ${types} ${values} ${functions}'
set-option window static_words ${keywords} ${attributes} ${types} ${values} ${functions}
}" | tr '|' ' '
# Highlight keywords