Re: Del Editor Confusion

2025-01-26 Thread Paul Rockwell
I'm seeing the same thing on SVN 1822 on Fedora 41 x86_64 and SVN 1823 on macOS 15.2 Apple Silicon (arm64). - Paul Rockwell > On Jan 26, 2025, at 7:36 PM, M.Hall wrote: > > I have some misunderstandings with the del editor. (this is long, sorry) > > $ apl > > ⍝ define a function > ∇

Del Editor Confusion

2025-01-26 Thread M.Hall
I have some misunderstandings with the del editor. (this is long, sorry) $ apl ⍝ define a function ∇asd [1] 10 [2] 20 [3] ∇ ⍝ try it asd 10 20 ⍝ change the first line ∇asd[1]123∇ [2] ∇ ⍝ huh? wanted to change line 1, but got line 2. ⍝ it also didn't exit the editor ⍝ so run