AutoYADM commit: 2025-05-16 16:43:07

This commit is contained in:
Daniel Fichtinger 2025-05-16 16:43:07 -04:00
parent a575f3fa40
commit 02c81dde28
2 changed files with 16 additions and 13 deletions

View file

@ -29,7 +29,7 @@ define-command format-buffer-pipe -hidden -docstring "Format the contents of the
}
}
define-command format-selections-pipe -docstring "Format the selections individually using pipe" %{
define-command format-selections-pipe -hidden -docstring "Format the selections individually using pipe" %{
evaluate-commands %sh{
if [ -z "${kak_opt_formatcmd}" ]; then
echo "fail 'The option ''formatcmd'' must be set'"