improve handling of empty lists during reindent
commit62f5049ddd60dc1cd21b7b865a5564bc410a2ce1
authorGeorgi Kirilov <>
Sat, 31 Oct 2020 09:50:45 +0000 (31 11:50 +0200)
committerGeorgi Kirilov <>
Fri, 19 May 2023 15:22:54 +0000 (19 18:22 +0300)
tree085dc9111075b38c6691923520bfefbc6b364b31
parent9a3b8034fdcfe133396710b47b4f4f308e394f2c
improve handling of empty lists during reindent

* the cursor used to lose position if it was in a () during reindent
* empty lists with whitespace inside are now collapsed into ()
edit.lua