AutoYADM commit: 2025-05-18 16:19:24

This commit is contained in:
Daniel Fichtinger 2025-05-18 16:19:24 -04:00
parent c70bbeb30c
commit 7e6f7d0e4c
3 changed files with 18 additions and 26 deletions

View file

@ -4,7 +4,6 @@ define-command fish -params 1.. -docstring %{
fish [code]: Execute provided fish code, evaluating its output as Kakoune commands.
} %{
evaluate-commands %sh{
printf "%sDELIM" "$1" >/tmp/fish-test
fish -c "eval $@"
}
}