From bcb87279e5bf13f095a9fb96b9b4ce3a5aa9a437 Mon Sep 17 00:00:00 2001 From: Muffindrake Date: Sat, 15 Dec 2018 10:30:53 +0100 Subject: [PATCH] Remove accidental line paste --- rc/core/c-family.kak | 1 - 1 file changed, 1 deletion(-) diff --git a/rc/core/c-family.kak b/rc/core/c-family.kak index ec845b2b..0a04307c 100644 --- a/rc/core/c-family.kak +++ b/rc/core/c-family.kak @@ -264,7 +264,6 @@ evaluate-commands %sh{ # Add the language's grammar to the static completion list printf %s\\n "hook global WinSetOption filetype=cpp %{ set-option window static_words $(join "${keywords} ${attributes} ${types} ${values}" ' ') - uchar_types="char16_t char32_t" }" # Highlight keywords