This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
Releases: axvr/zepl.vim
Releases · axvr/zepl.vim
Zepl.vim v1.6
Yet more incremental improvements!
- Added
ZeplTerminalWinOpen
auto-command that will run when the REPL window first opens. (Thanks @idbrii!) - Made
rlwrap
artefacting fix optional with therlwrap
key inb:repl_config
to resolve issues with other REPLs. - Don't
startinsert
in Neovim terminal when:keep
mod was used. (Thanks @jiz4oh!) - Documentation updates.
Full Changelog: v1.5...v1.6
Zepl.vim v1.5
Further incremental enhancements
- Added
:keep
mod to:Repl
to keep the current buffer focused. (Thanks @idbrii!) - Fixed bug with multiple mods on
:Repl
not working as expected. - Disabled restoration of REPL buffers so Zepl works better with the
:mksession
command. - Added zepl-blocks contrib extension for sending pre-defined regions to the REPL.
- Documentation updates and fixes.
Zepl.vim v1.4
Major bug fix and F# custom formatter
- Fixed bug where
rlwrap
usage would cause artefacting in Vim's:terminal
. - Added
zepl-fsharp
custom formatter contrib extension. - Very minor docs update.
Zepl.vim v1.3
Various contrib extension improvements
- Added
zepl#config()
function. - Added
:help zepl-nvim_autoscroll_hack
contrib extension. - Updated
:help zepl-load_files
contrib extension to also useg:repl_config
. (Thanks @thezeroalpha) - Updated
:help zepl-control_characters
contrib extension. (Thanks @thezeroalpha)
Zepl.vim v1.2
Global REPL configuration and updated/new contrib extensions.
- Added global REPL configuration through the
g:repl_config
variable. - New/updated contrib extensions. (Thanks @thezeroalpha.)
Zepl.vim v1.1
Bug fixes and documentation overhaul.
- Improved newline handling.
- Documentation overhaul.
- Improved naming of mappings.
Zepl.vim v1.0
First stable and feature-complete version.
- Added Neovim support.
- Added MS Windows support.
- Introduction of
zepl-contrib
(see:help zepl-contrib.txt
). - Custom formatters (zepl.vim now supports Python -- through
zepl-contrib
). - Send text to REPL verbatim (disables formatters).
- Made public function API stable.
- Cleaned up some of the codebase and improved documentation.
Zepl.vim v0.1
Initial public release.