Page MenuHomeSolus

Update to 0.2.3
ClosedPublic

Authored by feskyde on Mar 1 2018, 10:50 PM.
Tags
None
Referenced Files
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
F10782234: D2421.id5826.diff
May 25 2023, 1:06 PM
F10777252: D2421.diff
May 23 2023, 8:38 PM
F10726375: D2421.diff
May 9 2023, 5:22 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable