Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Releases: axvr/zepl.vim

Zepl.vim v1.6

06 Aug 17:36
Compare
Choose a tag to compare

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 the rlwrap key in b: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

24 Mar 22:55
Compare
Choose a tag to compare

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

02 Aug 12:09
Compare
Choose a tag to compare

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

15 Jun 18:34
Compare
Choose a tag to compare

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 use g:repl_config. (Thanks @thezeroalpha)
  • Updated :help zepl-control_characters contrib extension. (Thanks @thezeroalpha)

Zepl.vim v1.2

11 May 12:09
Compare
Choose a tag to compare

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

01 Jul 21:13
Compare
Choose a tag to compare

Bug fixes and documentation overhaul.

  • Improved newline handling.
  • Documentation overhaul.
  • Improved naming of mappings.

Zepl.vim v1.0

27 Jun 15:42
Compare
Choose a tag to compare

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

27 Jun 15:41
Compare
Choose a tag to compare
Zepl.vim v0.1 Pre-release
Pre-release

Initial public release.