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

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

bug#21244: shell-script mode indentation fooled by one-liner 'for' state


From: 積丹尼 Dan Jacobson
Subject: bug#21244: shell-script mode indentation fooled by one-liner 'for' statement
Date: Thu, 13 Aug 2015 00:32:30 +0800

In shell-script [Bash] mode, C-x h TAB gives

for i do mountpoint -q $i||exit 88; done
    c=apt-get #aptitude

which has wrong indentation. It should be

for i do mountpoint -q $i||exit 88; done
c=apt-get #aptitude





reply via email to

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