You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In insert mode when I hit "RET", everything works as expected. Unfortunately, in normal mode the last symbol of the statement is put on the next line:
λ> verifySuspect 4 [4,4,4
]3
Here "]" was put on the next line. I suspect this is because in normal mode the cursor points /before/ the last symbol and it can't be moved to point after. Is there any particular reason it works like this?