add dfa field to app_type so that we don't rebuild DFA each time we want to execute a search again (like after deleting)
This commit is contained in:
@@ -93,9 +93,11 @@ struct
|
||||
val msgs = DRAW drawMsg :: initialMsg
|
||||
|
||||
val mode = NORMAL_MODE ""
|
||||
|
||||
val dfa = raise Fail "todo"
|
||||
in
|
||||
NormalSearchModeWith.returnToNormalMode
|
||||
(app, buffer, searchString, tempSearchList, startLine, mode, msgs)
|
||||
(app, buffer, searchString, tempSearchList, startLine, mode, dfa, msgs)
|
||||
end
|
||||
|
||||
fun backspace
|
||||
|
||||
Reference in New Issue
Block a user