Page MenuHomeSolus

Update to 0.2.3
ClosedPublic

Authored by feskyde on Mar 1 2018, 10:50 PM.
Tags
None
Referenced Files
F11038600: D2421.id.diff
Wed, Aug 9, 11:11 PM
F11038599: D2421.id5833.diff
Wed, Aug 9, 11:11 PM
F11038598: D2421.id5826.diff
Wed, Aug 9, 11:10 PM
F11027543: D2421.diff
Wed, Aug 9, 4:38 AM
F10963456: D2421.diff
Wed, Jul 19, 4:17 AM
F10806793: D2421.id5833.diff
May 30 2023, 2:33 AM
F10806052: D2421.id5826.diff
May 29 2023, 11:21 PM
F10805040: D2421.diff
May 29 2023, 6:41 PM
Subscribers
None

Details

Summary
  • Add tests for plugin decorators.
  • Allow library users to properly cleanup the event loop.
  • Expose the asyncio event loop as nvim.loop.
  • MsgpackStream: fix typos.

Also a close() method is added on Neovim session objects. When used as
a library for externally connecting to a nvim instance (i.e. not rplugins),
it is recommended to call the close() method on the session object when it is
not needed anymore.

Signed-off-by: Federico Damián Schonborn <federicodamiansch@gmail.com>

Test Plan

nvim +CheckHealth reports the Python 2 and 3 clients are updated and working correctly.

Diff Detail

Repository
R2627 python-neovim
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage