]> git.eshelyaron.com Git - emacs.git/commit
ruby-mode: Fix method call indentation in rhs of multiple assignment
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 28 Feb 2023 21:00:42 +0000 (23:00 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 28 Feb 2023 21:01:04 +0000 (23:01 +0200)
commit48a0804d10d02c2aa94664e0db8315239950225f
tree7e5c96ca33f86cd5ef51e203d28d6d8c1398154c
parent16d012cf3bd788bc622b00936ad0786128085316
ruby-mode: Fix method call indentation in rhs of multiple assignment

* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Special-case
assignment that follows a comma-separated list (bug#61871).

* test/lisp/progmodes/ruby-mode-resources/ruby.rb: Add case.
lisp/progmodes/ruby-mode.el
test/lisp/progmodes/ruby-mode-resources/ruby.rb