finish reimplementing 'di<symbol>' and 'da<symbol>' motions so that they align more closely with the behaviour of Vim. (Todo: test them next)

This commit is contained in:
2026-01-02 20:07:36 +00:00
parent 886f384490
commit bce2a5a22d
4 changed files with 138 additions and 154 deletions

View File

@@ -260,7 +260,7 @@ struct
end
fun fStart (strPos, str, _, absIdx, stl, _, {openChr, closeChr}) =
loop (strPos, str, absIdx, stl, openChr, closeChr, 0)
loop (strPos + 1, str, absIdx + 1, stl, openChr, closeChr, 0)
end)
val toCloseChrNext = ToCloseChrNext.foldNext