github neovim/pynvim 0.2.5

latest releases: 0.4.3, 0.4.2, 0.4.1...
6 years ago

This release adds support for Python 3.7 which now is in beta. async is a keyword in python3.7, and it should be replaced with async_ when used as a keyword argument to API methods. async is still supported with python 2.7 and 3.6 for the moment, but considered deprecated.

Also, integration with the in-process lua interpreter in Nvim is now supported. Please see the documentation for usage instructions.

Changes since 0.2.4:

  • debcde0 clean up remote object implementation (#313)
  • e880fe7 Guidelines for local plugin development (#317)
  • 1ab98e8 Update the working directory on DirChanged for legacy plugins (#296)
  • d53415d Fix SyntaxError in py3.7: use async_ instead of async (#274)
  • b65f62d Use pytest as nosetests are not longer maintained (#266)
  • d9aed96 Support using lua functions. buf.update_higlights as an internal example (#325)

Don't miss a new pynvim release

NewReleases is sending notifications on new releases.