line
para
graph
parag
raph
In the example above, the start point is on line
and the target is the blank line after the second paragraph. For simplicity pretend that the only available motions are j
and }
. Previously, the pathfinder would have returned j2}
. Now it returns 3}
. Go and read a948181 for a more in-depth explanation of what is going on here.
Also, H
,M
and L
are now supported.