package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A Notifier.t sends API calls as asynchronous notifications. In most cases you don't need this; you can just send a regular request and not wait for the result. However, there are some API calls that are documented as being more performant when sent as notifications.

type t
module Untested : sig ... end
module Defun : sig ... end
val custom : type_:('fn, _) Defun.Vim.t -> function_name:string -> 'fn

This function is analogous to wrap_viml_function.