From 3f71fb9640c9701e29ce1c835550a0409e9f0c42 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Fri, 8 Jul 2016 18:02:39 +0300 Subject: [PATCH] Use POSIX `fold` instead of `fmt` --- rc/base/autowrap.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/base/autowrap.kak b/rc/base/autowrap.kak index 3f8cd864..55c84f59 100644 --- a/rc/base/autowrap.kak +++ b/rc/base/autowrap.kak @@ -5,7 +5,7 @@ decl int autowrap_column 80 # This can potentially break formatting of documents containing markup (e.g. markdown) decl bool autowrap_format_paragraph yes # Command to which the paragraphs to wrap will be passed, all occurences of '%c' are replaced with `autowrap_column` -decl str autowrap_fmtcmd 'fmt -s -w %c' +decl str autowrap_fmtcmd 'fold -s -w %c' def -hidden autowrap-cursor %{ eval -draft %{ try %{