mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: match_to_end_of_word: reset end_col when done with a row
This commit is contained in:
parent
0f98101bbc
commit
a17ce10c03
1 changed files with 2 additions and 0 deletions
2
search.c
2
search.c
|
|
@ -314,6 +314,8 @@ search_match_to_end_of_word(struct terminal *term, bool spaces_only)
|
|||
|
||||
if (done)
|
||||
break;
|
||||
|
||||
end_col = 0;
|
||||
}
|
||||
|
||||
if (tll_length(new_chars) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue