Changelog for
ruby2.5-rubygem-neovim-0.8.0-2.5.x86_64.rpm :
* Mon Jan 14 2019 Stephan Kulow
- updated to version 0.8.0 see installed CHANGELOG.md [#] 0.8.0 - Allow `Buffer#append` to take a string with newlines - Use non-strict line indexing in `:rubydo` to prevent line deletions from throwing exceptions - Performance optimizations: - Cache RPC method lookups and store them in a set - Only flush writes before reading in the event loop - Delete request handlers after invoking them - Refresh provider globals in a single RPC request
* Mon Mar 05 2018 factory-autoAATTkulow.org- updated to version 0.7.1 see installed CHANGELOG.md [#] 0.7.1 - Fix `uninitialized constant Neovim::RubyProvider::StringIO` - Various backwards-compatible style changes to satisfy Rubocop rules
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 0.7.0 see installed CHANGELOG.md [#] 0.7.0 - Drop support for Ruby < 2.2.0, update syntax accordingly - Use msgpack gem for all reading/writing - Make provider std stream capturing more robust - Lazily instantiate Host client on \'poll\' request - Fix windows by setting all IOs to binmode - Refactor/simplify session and event loop logic
* Wed Jan 03 2018 dkangAATTsuse.com- Updated to version 0.6.2 - Put IOs into binary mode (fixes windows bugs) - Various build fixes for appveyor - Update generated docs to v0.2.2
* Wed Jan 03 2018 dkangAATTsuse.com- initial package