Skip to main content

Crate reovim_module_cmdline

Crate reovim_module_cmdline 

Source
Expand description

Command-line mode module - POLICY layer.

This module owns all command-line mode state and behavior:

§Architecture (#468)

CmdlineState was moved here from the driver layer because it is POLICY (defines HOW command-line mode behaves). The driver layer only provides the trait contracts (MECHANISM).

The bridge is registered via BridgeProvider during init(), enabling generic bridge detection without hardcoded server/driver code.

Structs§

CmdlineBridge
Bridge for command-line state.
CmdlineModule
Command-line mode module.
CmdlineState
Session extension for command-line state.

Enums§

CmdlineMessage
A message to display in the command-line area.
CmdlinePrompt
Command-line prompt type for session extensions.