You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
The earlier "rlwrap artefact" fix/work-around would actually cause some
REPLs such as `lein repl` to artefact too (although not as badly).
This change makes the usage of the rlwrap fix optional with the `rlwrap`
key in `repl_config` and will be auto-enabled when the REPL command is
prefixed with "rlwrap".
Related: #9, #15
Co-authored-by: Paul Fernandez <paul4nandez@gmail.com>
Using
rlwrap
with Zepl.vim causes artefacting.The current work around is to set the
--only-cook
parameter on rlwrap.Possibly related to: hanslub42/rlwrap#20
The text was updated successfully, but these errors were encountered: