Module Vim__.BufferMetadata
type t={filePath : string option;fileType : string option;modified : bool;id : int;version : int;}
val ofBuffer : Vim__.Native.buffer -> tval create : ?filePath:string option -> ?fileType:string option -> ?modified:bool -> ?id:int -> ?version:int -> unit -> tval pp : t -> string