reimplement functionality to search forwards using 'n' command

This commit is contained in:
2025-10-08 08:10:51 +01:00
parent 108e021fdb
commit 8941ce9f89
3 changed files with 267 additions and 7 deletions

View File

@@ -494,7 +494,7 @@ struct
, visualScrollColumn
, ...
} = app
val newCursorIdx = SearchList.nextMatch (cursorIdx, searchList, count)
val newCursorIdx = PersistentVector.nextMatch (cursorIdx, searchList, count)
in
if newCursorIdx = ~1 then
NormalFinish.clearMode app