bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17621: sh-mode indentation of continued lines in case statements


From: Stefan Monnier
Subject: bug#17621: sh-mode indentation of continued lines in case statements
Date: Fri, 20 Jun 2014 07:59:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> case $foo in
>     bar)
>         true && \
>         echo foo
>         ;;
> esac

This should be fixed now (and also when the backslash is absent).


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]