1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-08 09:28:57 +00:00

Better blank line detab

This commit is contained in:
Dave Schmenk 2019-12-16 10:05:07 -08:00
parent 6cabe160c4
commit e1e16ef36d

View File

@ -1455,7 +1455,11 @@ def editmode#0
undentsel
if not (flags & selection)
cursoff
autoindent(txtlinbuf=>[cursrow])
if not ^(txtlinbuf=>[cursrow])
curshpos((curscol - 2) & $FFFE)
else
autoindent(txtlinbuf=>[cursrow])
fin
curson
fin
break