summaryrefslogtreecommitdiff
path: root/rc/core/python.kak
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-02-18 15:00:30 +1100
committerMaxime Coste <mawww@kakoune.org>2018-02-18 15:00:30 +1100
commitf8861734cf6f687422c6e2143acdba0f9ced0a7d (patch)
treedc3a6a5a8ade8bda64bd01b0fd526e7d249d5583 /rc/core/python.kak
parent536fa29ed5b53ea68a0f634a7fbef130ae544dd9 (diff)
rc/: Replace simple uses of sed with tr
Diffstat (limited to 'rc/core/python.kak')
-rw-r--r--rc/core/python.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/core/python.kak b/rc/core/python.kak
index aee37957..f33fef24 100644
--- a/rc/core/python.kak
+++ b/rc/core/python.kak
@@ -104,7 +104,7 @@ add-highlighter shared/python/comment fill comment
# Add the language's grammar to the static completion list
printf %s\\n "hook global WinSetOption filetype=python %{
set-option window static_words '${values}:${meta}:${attributes}:${methods}:${exceptions}:${keywords}:${types}:${functions}'
- }" | sed 's,|,:,g'
+ }" | tr '|' ':'
# Highlight keywords
printf %s "