package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val close : Or_current.t -> when_this_is_the_buffer's_last_window:When_this_is_the_buffer's_last_window.t -> unit Api_call.Or_error.t

Because closing the window in this way does not involve a cursor move, no WinLeave event will be triggered.

val set_config : Or_current.t -> config:Msgpack.t Core.String.Map.t -> unit Api_call.Or_error.t
val get_width : Or_current.t -> int Api_call.Or_error.t
val set_width : Or_current.t -> width:int -> unit Api_call.Or_error.t
val get_var : Or_current.t -> name:string -> type_:'a Type.t -> 'a Api_call.Or_error.t
val set_var : Or_current.t -> name:string -> type_:'a Type.t -> value:'a -> unit Api_call.Or_error.t
val delete_var : Or_current.t -> name:string -> unit Api_call.Or_error.t
val get_option : Or_current.t -> name:string -> type_:'a Type.t -> 'a Api_call.Or_error.t
val set_option : Or_current.t -> scope:[ `Local | `Global ] -> name:string -> type_:'a Type.t -> value:'a -> unit Api_call.Or_error.t
val get_number : Or_current.t -> int Api_call.Or_error.t
val is_valid : t -> bool Api_call.Or_error.t
module Expert : sig ... end
OCaml

Innovation. Community. Security.