mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort with bounds
This commit is contained in:
parent
20e8d8892b
commit
f444d9b115
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue