Skip to content

Tags: neovimhaskell/nvim-hs

Tags

v2.3.2.4

Toggle v2.3.2.4's commit message
Treat `Dict` from nvim --api-info as `Dictionary`

It looks like neovim 0.11 will rename the dictionary objects in the api
info from `Dictionary` to `Dict`.

v2.3.2.3

Toggle v2.3.2.3's commit message
Version 2.3.2.3

v2.3.2.0

Toggle v2.3.2.0's commit message
Bump version to 2.3.2.0

v2.3.1.0

Toggle v2.3.1.0's commit message
Version 2.3.1.0

v2.3.0.0

Toggle v2.3.0.0's commit message
Add small section to README about deficiencies on Windows

v2.2.0.3

Toggle v2.2.0.3's commit message
Version 2.2.0.3

v2.2.0.2

Toggle v2.2.0.2's commit message
Use newest version of template haskell compat v0208

v2.2.0.1

Toggle v2.2.0.1's commit message
Version 2.2.0.1

v2.2.0.0

Toggle v2.2.0.0's commit message
Remove mechanism suppressing exceptions from RPC calls

Instead of calling error with an unhelpful message, simply throw the NeovimException.
The method that has thrown the excpetion has been added to the exception object.

A helper function `catchNeovimException` has been added which is simply
a specialization of the normal `catch`.

The unhelpful error message was a remnant of a refactor which removed
error types from the remote functions because all remote functions can fail.

v2.1.0.7

Toggle v2.1.0.7's commit message
Bump version