AutoYADM commit: 2025-07-18 15:31:39

This commit is contained in:
Daniel Fichtinger 2025-07-18 15:31:39 -04:00
parent a248193eaa
commit 905b3e3d67

View file

@ -1,5 +1,4 @@
declare-option -hidden str fmt_command %{ declare-option -hidden str fmt_command %{
# fmt --uniform-spacing "--goal=$kak_opt_fmt_width" "--width=$kak_opt_fmt_width" | perl -CS -pe 's/([.!?])\s{2,}/\1 /g'
fmt -u -w "$kak_opt_fmt_width" -g "$kak_opt_fmt_goal" | perl -CS -pe 's/([.!?])\s{2,}/\1 /g' fmt -u -w "$kak_opt_fmt_width" -g "$kak_opt_fmt_goal" | perl -CS -pe 's/([.!?])\s{2,}/\1 /g'
} }