Commit dd283981 authored by Adam Saponara's avatar Adam Saponara
Browse files

add optimized version of `buffer_get_bline`.

`buffer_get_bline_w_hint` begins the bline hunt at a
parameterized bline instead of always starting at the first
bline in the buffer. when editing huge files with millions
of lines, there is a noticeable perf improvement if the
hint is nearby the desired bline.
parent b896a45f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment