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

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Mar 24, 2022
1 parent 03271e9 commit 60ee17f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- 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


* New functionality
Expand Down
23 changes: 17 additions & 6 deletions doc/zepl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,15 @@ it will "jump" to the running REPL. The command follows this format:
>
:[mods] [size] Repl [command]
<
`[mods]` (optional) is any number of |:command-modifiers|. (E.g. |:vertical|
will open the REPL in a vertical split, and |:hide| will start the REPL in the
background.) `[mods]` will be ignored if a REPL window is already open.
`[mods]` (optional) is any number and combination of |:command-modifiers|, some
examples of mods are:

The |:keepalt| mod will open the repl but keep focus on the current window
focused. The repl will be visible but not active so you can send commands and
see them evaluate.
* |:vertical| will open the REPL in a vertical split,
* |:hide| will start the REPL in the background,
* |:keep| will keep the cursor in the current buffer,
* |:tab| will open the REPL window in a new tab.

`[mods]` will be ignored if a REPL window is already visible.

`[size]` (optional) is used to set the height of the REPL window. (If `[mods]`
contains |:vertical| this will set the width of the REPL window.) `[size]` will
Expand Down Expand Up @@ -491,6 +493,15 @@ Examples:
==============================================================================
4. CHANGE LOG *zepl-changelog*

v1.5 [2022-03-24]~

* Added |:keep| mod to |:Repl| to keep the current buffer focused.
* Fixed bug with multiple |<mods>| on |:Repl| not working as expected.
* Disabled restoration of REPL buffers so Zepl works better with |:mksession|.
* Added |zepl-blocks| contrib extension for sending pre-defined regions to
the REPL.
* Documentation updates and fixes.

v1.4 [2021-08-02]~

* Fixed bug where `rlwrap` usage would cause artefacting in Vim's |:terminal|.
Expand Down

0 comments on commit 60ee17f

Please sign in to comment.