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

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

bug#30170: indent-for-tab-command fooled by for statement


From: 積丹尼 Dan Jacobson
Subject: bug#30170: indent-for-tab-command fooled by for statement
Date: Fri, 19 Jan 2018 20:55:09 +0800

indent-for-tab-command is fooled by this for statement into thinking the
following lines should be indented.

#!/bin/sh
ls
rm -vi zzz

for i do :; done
    rm -vi zzz

    ls
    rm -vi zzz





reply via email to

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