package vcaml

  1. Overview
  2. Docs

Module Window.UntestedSource

Sourceval get_buf : window:t -> Buf.t Core.Or_error.t Api_call.t
Sourceval get_cursor : window:t -> position Core.Or_error.t Api_call.t
Sourceval set_cursor : window:t -> row:int -> col:int -> unit Core.Or_error.t Api_call.t
Sourceval get_height : window:t -> int Core.Or_error.t Api_call.t
Sourceval set_height : window:t -> height:int -> unit Core.Or_error.t Api_call.t
Sourceval get_width : window:t -> int Core.Or_error.t Api_call.t
Sourceval set_width : window:t -> width:int -> unit Core.Or_error.t Api_call.t
Sourceval get_var : window:t -> name:string -> Msgpack.t Core.Or_error.t Api_call.t
Sourceval set_var : window:t -> name:string -> value:Msgpack.t -> unit Core.Or_error.t Api_call.t
Sourceval del_var : window:t -> name:string -> unit Core.Or_error.t Api_call.t
Sourceval get_option : window:t -> name:string -> Msgpack.t Core.Or_error.t Api_call.t
Sourceval set_option : window:t -> name:string -> value:Msgpack.t -> unit Core.Or_error.t Api_call.t
Sourceval get_position : window:t -> position Core.Or_error.t Api_call.t
Sourceval get_tabpage : window:t -> Nvim_internal.Types.Tabpage.t Core.Or_error.t Api_call.t
Sourceval get_number : window:t -> int Core.Or_error.t Api_call.t
Sourceval is_valid : window:t -> bool Core.Or_error.t Api_call.t
OCaml

Innovation. Community. Security.