feature/eval: :repl! = open repl in same window

This commit is contained in:
Henrik Lissner 2018-01-27 01:12:19 -05:00
parent 64d41ed1d9
commit 3c6a76eef2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -19,5 +19,5 @@
:move-point nil
(interactive "<r><!>")
(if (evil-normal-state-p)
(+eval/open-repl)
(+eval/open-repl bang)
(+eval/send-region-to-repl beg end bang)))