a bit of refactoring

This commit is contained in:
2025-08-31 06:28:05 +01:00
parent 542da2229c
commit a86befdea8
10 changed files with 203 additions and 193 deletions

View File

@@ -75,7 +75,7 @@ struct
val searchList = SearchList.build (buffer, searchString)
val buffer = LineGap.goToStart buffer
in
AppWith.searchList
NormalModeWith.searchList
(app, searchList, buffer, searchString, Time.now ())
end