diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2016-04-23 08:47:01 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2016-04-23 10:00:36 +0300 |
| commit | a20f5fc6a28bcafa444191e5a715406b9fe9dbdb (patch) | |
| tree | afc17311e65034bd05f42e735db0b88c849fd139 /rc/core/python.kak | |
| parent | 664f382ab2c102d06666d9c1ce509c3ab5f75aef (diff) | |
Pass a generic pattern to `printf` calls, use `echo` when possible
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' |
