summaryrefslogtreecommitdiff
path: root/rc/core/python.kak
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-04-09 10:20:13 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-04-09 10:20:13 +0100
commita026ebf298d7c12d9bb9a823924b1a38db28d74d (patch)
tree97620f43d3bbdc5aed02833b3205c8fee1485efc /rc/core/python.kak
parenta49685d996cd76dc1b91c8872290ce8dc61f38dc (diff)
style tweak in the static words definitions
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