Skip to content

Commit

Permalink
corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pm100 committed Nov 6, 2023
1 parent 6d8ef7d commit 093717c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/textarea.rs
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,8 @@ impl<'a> TextArea<'a> {
}

// grabs the specified (maybe multi line string)
// always placed in history
// sometimes yanked
// sometimes deleted from lines array
// sometimes deleted from lines array and placed in history

fn delete_str_internal(&mut self, chars: usize, yank: bool, delete: bool) -> bool {
if chars == 0 {
Expand Down

0 comments on commit 093717c

Please sign in to comment.