when buildinng search list, also save searchString into app

This commit is contained in:
2024-11-15 05:40:57 +00:00
parent cac0d02fab
commit 13d6d51fe9
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ struct
val buffer = LineGap.goToIdx (origIdx, buffer)
val searchList = SearchList.goToNum (origIdx, searchList)
in
AppWith.searchListAndBuffer (app, searchList, buffer)
AppWith.searchList (app, searchList, buffer, searchString)
end
end