Fix searching api.

This commit is contained in:
2026-08-03 20:34:24 +01:00
parent 8c61f186cf
commit 72d0ff85a3
3 changed files with 32 additions and 13 deletions
+1 -2
View File
@@ -46,8 +46,7 @@ struct Vase {
void clamp(Point *point);
void regex_search_replace(
std::string_view pattern,
Point start, Point end,
std::string_view pattern, Range range,
std::string_view replace, std::string_view options
);