1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +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
+5 -1
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