summaryrefslogtreecommitdiff
path: root/rc/core/python.kak
diff options
context:
space:
mode:
Diffstat (limited to 'rc/core/python.kak')
-rw-r--r--rc/core/python.kak5
1 files changed, 1 insertions, 4 deletions
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