fix lost cursor pos after refmt
commit60b8f1cdd09b116d31fedb5eb0040c78f79c22bf
authorGeorgi Kirilov <>
Sat, 31 Oct 2020 09:50:53 +0000 (31 11:50 +0200)
committerGeorgi Kirilov <>
Fri, 19 May 2023 15:24:22 +0000 (19 18:24 +0300)
tree33e3c3a09205d9e142ec85e20149d9c5fa4c9d29
parentba61187fd851ea59b6507e352ca1b115ed1eafa8
fix lost cursor pos after refmt

when the cursor is exactly on/after a closing paren, this should be
handled by a new case, as the length of the list can change after
refmt is done, and calculations relative to the start will be wrong.
edit.lua