1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 17:28:14 +03:00

Use POSIX fold instead of fmt

This commit is contained in:
Frank LENORMAND 2016-07-08 18:02:39 +03:00
parent a605497553
commit 3f71fb9640

View File

@ -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 %{