package vcaml

  1. Overview
  2. Docs
OCaml bindings for the Neovim API

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.15.0.tar.gz
sha256=0dbf2526a24d838988ae9a327550fdd9f0328dbdca9d026430fb4b579e0e0442

doc/vcaml.test/Vcaml_test/For_debugging/index.html

Module Vcaml_test.For_debuggingSource

If a test is behaving in a way that is especially surprising, use this module to attach it to an Neovim instance you are running so you can observe the effect. Note that the client detaching at the end of the test may be too rapid for you to view the effects - you may want to add a delay before returning.

If a test is behaving in a way that is especially surprising, use this module to attach it to an Neovim instance you are running so you can observe the effect. Note that the client detaching at the end of the test may be too rapid for you to view the effects - you may want to add a delay before returning.

Sourceval with_ui_client : ?time_source:Async.Time_source.t -> ?on_error:[ `Raise | `Call of Vcaml.Vcaml_error.t -> unit ] -> ?before_connecting:([ `not_connected ] Vcaml.Client.t -> unit) -> socket:string -> ([ `connected ] Vcaml.Client.t -> Vcaml_test__.Test_client.Test_ui.t -> 'a Async.Deferred.Or_error.t) -> 'a Async.Deferred.t
OCaml

Innovation. Community. Security.