mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 03:54:15 +00:00
enshort with bounds
This commit is contained in:
parent
20e8d8892b
commit
f444d9b115
@ -137,8 +137,7 @@ fn find(
|
||||
match subject.borrow().as_ref() {
|
||||
Some(subject) => {
|
||||
// Get iters
|
||||
let buffer_start = subject.text_view.buffer().start_iter();
|
||||
let buffer_end = subject.text_view.buffer().end_iter();
|
||||
let (buffer_start, buffer_end) = subject.text_view.buffer().bounds();
|
||||
|
||||
// Cleanup previous search highlights
|
||||
subject
|
||||
|
Loading…
x
Reference in New Issue
Block a user