Remove accidental line paste

This commit is contained in:
Muffindrake 2018-12-15 10:30:53 +01:00
parent 2e141d2c2c
commit bcb87279e5

View File

@ -264,7 +264,6 @@ evaluate-commands %sh{
# Add the language's grammar to the static completion list # Add the language's grammar to the static completion list
printf %s\\n "hook global WinSetOption filetype=cpp %{ printf %s\\n "hook global WinSetOption filetype=cpp %{
set-option window static_words $(join "${keywords} ${attributes} ${types} ${values}" ' ') set-option window static_words $(join "${keywords} ${attributes} ${types} ${values}" ' ')
uchar_types="char16_t char32_t"
}" }"
# Highlight keywords # Highlight keywords