Closed p4v4n closed 8 months ago
@alexander-yakushev feel free to take a look as well.
Great work! It's been a pleasure to see coverage grow commit after commit.
I'll try this out locally. Feel free to, as well.
Cheers - V
Merging and releasing this in cider-nrepl today
tbh I didn't have the chance to try it out, but based on code review and the test coverage, it certainly looks like a great overall improvement.
I have a little personal app where I use next-sibling
all the time so any possible improvement won't escape our radar.
Cheers - V
Closes https://github.com/clojure-emacs/orchard/issues/216
next-sibling
,previous-sibling
, anddown
fns work well with pagination.next-sibling
will continue to not go beyond the current page.down
,next-sibling
,next-page
, andprevious-page
fns.