From a20f5fc6a28bcafa444191e5a715406b9fe9dbdb Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sat, 23 Apr 2016 08:47:01 +0300 Subject: Pass a generic pattern to `printf` calls, use `echo` when possible --- rc/core/python.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/core/python.kak') 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' -- cgit v1.2.3