From a026ebf298d7c12d9bb9a823924b1a38db28d74d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 9 Apr 2016 10:20:13 +0100 Subject: style tweak in the static words definitions --- rc/core/python.kak | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rc/core/python.kak') diff --git a/rc/core/python.kak b/rc/core/python.kak index f378d7a6..dabdd52b 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -36,10 +36,7 @@ addhl -group /python/comment fill comment # Add the language's grammar to the static completion list printf %s "hook global WinSetOption filetype=python %{ - set window static_words '${values}' - set -add window static_words '${meta}' - set -add window static_words '${keywords}' - set -add window static_words '${types}' + set window static_words '${values}:${meta}:${keywords}:${types}' }" | sed 's,|,:,g' # Highlight keywords -- cgit v1.2.3