fix a sed error on mac

sed: 1: "/^&/ { s/^[^:]*: //; s/ ...": extra characters at the end of p command
main
Bob Qi 2023-09-05 14:48:26 +08:00
parent 6990270005
commit c6270512fd
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ define-command \
fi
printf %s "$kak_selection" |
eval "aspell -a $options" |
sed -n -e '/^&/ { s/^[^:]*: //; s/, /\n/g; p }'
sed -n -e '/^&/ { s/^[^:]*: //; s/, /\n/g; p;}'
} \
"Replace with: " \
%{