Module Vcaml.Keymap
type t
=
{
silent : bool;
noremap : bool;
mode : string;
nowait : bool;
expr : bool;
sid : int;
lhs : string;
rhs : string;
buffer : Vcaml__.Types.Buf.t option;
}
module Untested : sig ... end
Vcaml.Keymap
type t
=
{
silent : bool; |
noremap : bool; |
mode : string; |
nowait : bool; |
expr : bool; |
sid : int; |
lhs : string; |
rhs : string; |
buffer : Vcaml__.Types.Buf.t option; |
}
module Untested : sig ... end