]> git.eshelyaron.com Git - emacs.git/commit
Fix shell-script-mode indentation of continuation lines
authorDario Gjorgjevski <dario.gjorgjevski@gmail.com>
Fri, 27 Aug 2021 17:08:41 +0000 (19:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Aug 2021 17:08:41 +0000 (19:08 +0200)
commit4bb70549f7fa158f1eb1542cec799be219ce1a89
tree8481745f2ea8c0e58450382078755549ce6d040a
parent9224a863192b1317ef307bcc76abfdfbad73b796
Fix shell-script-mode indentation of continuation lines

* lisp/progmodes/sh-script.el (sh-smie--default-backward-token):
Fix indentation of continuation lines (bug#44592).
lisp/progmodes/sh-script.el
test/lisp/progmodes/sh-script-tests.el [new file with mode: 0644]