You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 0.14.0
Changes since 0.13.0:
* Fix compatibility issues with python 3.7 (#110)
* Fix vroom failing with AttributeErrors when running on non-ANSI
terminals (#112)
Bump version to 0.13.0
Changes since 0.12.0:
* Update to work with neovim python client 0.1.6 and newer (#104)
* Improve error handling with a "result" type (#98)
Bump version to 0.11.0
Changes since 0.10.0:
* Fixes for neovim support (handle backslash escaping better)
* New macro support: @macro, @endmacro, and @Do directives