mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
Release 1.3.0
This commit is contained in:
parent
5f56d6048b
commit
29f7dcc86b
15
CHANGELOG.md
15
CHANGELOG.md
@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.3] - 2016-10-06
|
||||||
|
|
||||||
### Added
|
- Many small fixes, code cleanups, and documentation improvements.
|
||||||
|
- The `--*wait*` family now works everywhere. It doesn't matter if nvr is run
|
||||||
- Now it's possible to use `nvr --remote-wait` from within `:terminal`, without
|
from the shell or from within :terminal. E.g. `nvr --remote-wait file1 file2`
|
||||||
blocking until the nvim process ends, as long as `$NVIM_TERMINAL` is set. In
|
will block exactly until these two buffers got deleted (BufDelete). Or until
|
||||||
that case, nvr will wait until the buffers opened via `--remote-wait` (or one
|
nvim quits, of course.
|
||||||
of the other wait flags) get deleted before returning.
|
|
||||||
|
|
||||||
## [1.2] - 2016-06-07
|
## [1.2] - 2016-06-07
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
First release!
|
First release!
|
||||||
|
|
||||||
[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.2...HEAD
|
[1.3]: https://github.com/mhinz/neovim-remote/compare/v1.2...v1.3.0
|
||||||
[1.2]: https://github.com/mhinz/neovim-remote/compare/v1.1...v1.2
|
[1.2]: https://github.com/mhinz/neovim-remote/compare/v1.1...v1.2
|
||||||
[1.1]: https://github.com/mhinz/neovim-remote/compare/v1.0...v1.1
|
[1.1]: https://github.com/mhinz/neovim-remote/compare/v1.0...v1.1
|
||||||
[1.0]: https://github.com/mhinz/neovim-remote/compare/37d851b...v1.0
|
[1.0]: https://github.com/mhinz/neovim-remote/compare/37d851b...v1.0
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ setup(
|
|||||||
install_requires = ['neovim'],
|
install_requires = ['neovim'],
|
||||||
scripts = ['bin/nvr'],
|
scripts = ['bin/nvr'],
|
||||||
packages = [],
|
packages = [],
|
||||||
version = '1.2.2',
|
version = '1.3.0',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
keywords = 'neovim nvim nvr remote helper',
|
keywords = 'neovim nvim nvr remote helper',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user