delete 'nextMatch' function in search-list.sml, and refactor other code to use alternative function
This commit is contained in:
@@ -122,7 +122,5 @@ struct
|
||||
else
|
||||
(buffer, PersistentVector.empty)
|
||||
|
||||
fun nextMatch (cursorIdx, searchList, count) = raise Fail "todo: reimplement"
|
||||
|
||||
fun prevMatch (cursorIdx, searchList, count) = raise Fail "todo: reimplement"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user