mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 11:51:32 +03:00
Fix bug with outdent (col -> top)
This commit is contained in:
parent
dc993fe091
commit
c4793de019
@ -310,10 +310,10 @@
|
||||
::
|
||||
=/ eat-newline +>(txt t.txt, loc [+(p.loc) 1])
|
||||
=/ saw look:eat-newline
|
||||
=/ cont
|
||||
?| ?=($~ saw)
|
||||
?=($done sty.u.saw)
|
||||
(gte col.u.saw col)
|
||||
=/ cont :: continue?
|
||||
?| ?=($~ saw) :: line is blan
|
||||
?=($done sty.u.saw) :: end of input
|
||||
(gte col.u.saw top) :: no outdent
|
||||
==
|
||||
?: cont
|
||||
[[lin &] eat-newline]
|
||||
|
Loading…
Reference in New Issue
Block a user