diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-04-09 10:20:13 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-04-09 10:20:13 +0100 |
| commit | a026ebf298d7c12d9bb9a823924b1a38db28d74d (patch) | |
| tree | 97620f43d3bbdc5aed02833b3205c8fee1485efc /rc/core/python.kak | |
| parent | a49685d996cd76dc1b91c8872290ce8dc61f38dc (diff) | |
style tweak in the static words definitions
Diffstat (limited to 'rc/core/python.kak')
| -rw-r--r-- | rc/core/python.kak | 5 |
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 |
