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

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

[debbugs-tracker] bug#23015: closed (25.0.92; ruby-mode misindents argum


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23015: closed (25.0.92; ruby-mode misindents arguments of a method call inside continuation)
Date: Tue, 15 Mar 2016 01:27:02 +0000

Your message dated Tue, 15 Mar 2016 03:25:56 +0200
with message-id <address@hidden>
and subject line Re: bug#23015: 25.0.92; ruby-mode misindents arguments of a 
method call inside continuation
has caused the debbugs.gnu.org bug report #23015,
regarding 25.0.92; ruby-mode misindents arguments of a method call inside 
continuation
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23015: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23015
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.92; ruby-mode misindents arguments of a method call inside continuation Date: Tue, 15 Mar 2016 02:27:05 +0200
It indents

foo =
  subject.update(
  a: 1
)

whereas it should be

foo =
  subject.update(
    a: 1
  )

Patch attached.

Attachment: call-inside-continuation.diff
Description: patch


--- End Message ---
--- Begin Message --- Subject: Re: bug#23015: 25.0.92; ruby-mode misindents arguments of a method call inside continuation Date: Tue, 15 Mar 2016 03:25:56 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0
Fixed in emacs-25.


--- End Message ---

reply via email to

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