From 1b9474cd442b19355b991a680fb41f7161b1bca8 Mon Sep 17 00:00:00 2001 From: Shachaf Ben-Kiki Date: Sat, 16 Jun 2018 20:30:40 -0700 Subject: Fix remaining static_words and spell.kak for the new list syntax --- rc/core/python.kak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc/core/python.kak') diff --git a/rc/core/python.kak b/rc/core/python.kak index de6aa479..9551ba85 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -103,8 +103,8 @@ evaluate-commands %sh{ # Add the language's grammar to the static completion list printf %s\\n "hook global WinSetOption filetype=python %{ - set-option window static_words '${values}:${meta}:${attributes}:${methods}:${exceptions}:${keywords}:${types}:${functions}' - }" | tr '|' ':' + set-option window static_words ${values} ${meta} ${attributes} ${methods} ${exceptions} ${keywords} ${types} ${functions} + }" | tr '|' ' ' # Highlight keywords printf %s " -- cgit v1.2.3