fix all remaining type errors
This commit is contained in:
@@ -7,7 +7,7 @@ struct
|
||||
|
||||
fun switchToNormalSearchMode (app: app_type) =
|
||||
NormalSearchFinish.onSearchChanged
|
||||
(app, "", Vector.fromList [], 0, 0, #buffer app)
|
||||
(app, "", PersistentVector.empty, 0, 0, #buffer app)
|
||||
|
||||
fun getNumLength (pos, str) =
|
||||
if pos = String.size str then
|
||||
|
||||
@@ -81,7 +81,6 @@ struct
|
||||
, windowWidth
|
||||
, windowHeight
|
||||
, tempSearchList
|
||||
, searchString
|
||||
, visualScrollColumn
|
||||
)
|
||||
val drawMsg = Vector.concat drawMsg
|
||||
|
||||
Reference in New Issue
Block a user