mrep/mbnc/mfwd: fix sequence after changing flags of (likely) cur

Else tools like mless lose track of cur and jump around after these
actions.

Closes #214.
pull/217/head
Leah Neukirchen 3 years ago
parent 41bd429452
commit fcd8428b72

@ -478,6 +478,9 @@ while :; do
*mbnc*) mflag -P -- "$1" ;;
*mfwd*) mflag -P -- "$@" ;;
esac
case "$0" in
*mrep*|*mbnc*|*mfwd*) mseq -f | mseq -S ;;
esac
exit 0
;;

Loading…
Cancel
Save