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

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

[Octave-bug-tracker] [bug #62552] In-place operator spacing works for 'i


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62552] In-place operator spacing works for 'i' and 'j', but not other variable names
Date: Thu, 2 Jun 2022 08:29:30 -0400 (EDT)

Follow-up Comment #13, bug #62552 (project octave):

That's still not quite it. Binary operators are only affected if the command
is a "bare" binary operations. Something like this is still ok:

>> a = 1; b = 2;
>> c = a +b
c = 3


But `a +b` (without the assignment) is not.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62552>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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