mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-02-09 19:31:13 +00:00
Better blank line detab
This commit is contained in:
parent
6cabe160c4
commit
e1e16ef36d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user