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

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Aug 6, 2023
1 parent a5dffab commit 9ba8713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
- Maybe make the bufnr publicly accessible (but locked).
- Return from zepl#start() and zepl#jump() ?
- Typing speed controls (e.g. for use over serial connections with picocom).
- line_delay, char_delay
- line\_delay, char\_delay
- Improve default formatter.
- Add helper functions for formatters to `autoload/zepl/fmt.vim`?


* New functionality
Expand Down
9 changes: 9 additions & 0 deletions doc/zepl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,15 @@ Examples:
==============================================================================
4. CHANGE LOG *zepl-changelog*

v1.6 [2023-08-06]~

* Added |'ZeplTerminalWinOpen'| auto-command that will run when the REPL
window first opens.
* 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.
* Documentation updates.

v1.5 [2022-03-24]~

* Added |:keep| mod to |:Repl| to keep the current buffer focused.
Expand Down

0 comments on commit 9ba8713

Please sign in to comment.