Minga.Mode.EvalState (Minga v0.1.0)

Copy Markdown View Source

FSM state for Eval (M-:) mode.

Carries the eval input string typed so far, plus the standard count/leader fields.

Summary

Types

t()

@type t() :: %Minga.Mode.EvalState{
  count: non_neg_integer() | nil,
  input: String.t(),
  leader_keys: [String.t()],
  leader_node: Minga.Keymap.Bindings.node_t() | nil
}