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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user