Changelog for
nvimpager-0.13.0-9.1.noarch.rpm :
* Tue May 21 2024 Michael Vetter
- Update to 0.13.0: Major changes:
* Accept - as stdin in any argument position Breaking changes:
* Change order of nvimpager\'s and user supplied options Changes:
* Deactivate some tests for neovim v0.10
* Improve documentation in lua code, make it ldoc compatible
* Add darwin packages to flake
* Use neovim overlay flake instead of neovim flake for nightly neovim
* Add tests with nvim\'s internal assert functions
* Fix detection of empty buffers (neovim/neovim#25369)
* Refactor process detection (neovim/neovim#23122)
* Wed May 10 2023 Michael Vetter - Update to 0.12.0:
* Use upstream support for $NVIM_APPNAME
* Conceal \\e[K escape sequences in pager mode
* Fix man page detection for empty lines
* makefile: Split install rule, supporting installation without man
* Move unit tests to extra file
* Handle all test excludes via busted tags
* Use native neovim function to get parsed listchar
* Filter out broken tests in CI
* Run tests in CI with neovim from the official appimages
* Set LUA_PATH for the tests in the makefile
* Split code into modules
* Add helper function to better detect man pages
* Tue Oct 18 2022 Michael Vetter - Update to 0.11.0: Breaking changes:
* require neovim >= 0.7.2
* Rename env var NVIM to NVIMPAGER_NVIM
* Improve version number format to better conform to SemVer
* Only use buffer local maps
* Keep input file order when reading from stdin and files Major changes:
* Allow lua init file (#64[1])
* Implement follow mode (#21[2])
* Add git_colors option to use colors from git instead of internal syntax (#68[3])
* Use :Man! to set filetype in python docs
* Use exec to start nvim, delete tempfile for stdin from nvim and set buftype=nofile
* Rename execed nvim process to \"nvimpager\"
* Remove extra redirect from tty
* Thu Aug 18 2022 Michael Vetter - Initial package of nvimpager 0.10.4 for openSUSE