progress fixing compile errors resulting from adding 'bufferModifyTime' field (fixed normal-mode move expressions)
This commit is contained in:
@@ -2,6 +2,6 @@ structure AppUpdate =
|
||||
struct
|
||||
open AppType
|
||||
|
||||
fun update (app, msg) =
|
||||
case #mode app of NORMAL_MODE str => NormalMode.update (app, str, msg)
|
||||
fun update (app, msg, time) =
|
||||
case #mode app of NORMAL_MODE str => NormalMode.update (app, str, msg, time)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user