You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neovim-remote/CHANGELOG.md

20 lines
640 B
Markdown

9 years ago
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- `CHANGELOG.md` according to [keepachangelog.com](http://keepachangelog.com).
9 years ago
### Changed
- Renamed `nvim-remote.py` to `nvr` for convenience.
9 years ago
- "nvr" is no real wrapper anymore. This is done for implementing more useful
flags that act slight different than their nvim equivalents in the future.
- Unused arguments are fed to `--remote-silent`.
9 years ago
## [1.0] - 2015-12-16
First release!
[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.0...HEAD
[1.0]: https://github.com/mhinz/neovim-remote/compare/37d851b...v1.0