diff options
Diffstat (limited to 'rc/core/python.kak')
| -rw-r--r-- | rc/core/python.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/core/python.kak b/rc/core/python.kak index 7ba8035f..7172440b 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -35,7 +35,7 @@ addhl -group /python/comment fill comment types="bool|buffer|bytearray|complex|dict|file|float|frozenset|int|list|long|memoryview|object|set|str|tuple|unicode|xrange" # Add the language's grammar to the static completion list - printf %s "hook global WinSetOption filetype=python %{ + printf %s\\n "hook global WinSetOption filetype=python %{ set window static_words '${values}:${meta}:${keywords}:${types}' }" | sed 's,|,:,g' |
