THere is
* old patch for vim implementing terminal
* newer patch for neovim implementing terminal

No idea how the emacs thing feels like - a terminal emulation does not
cope that well with copy/paste vim style and vim templates engines and
whatnot which is why I chose to use a simple buffer, get back stdout and
just display it at the bottom of the buffer.
You can send stdin by typing text, selecting it and hitting <cr>  or by
<space><cr> or such, see README.

Moreover some completion was implemented for ruby and others ..
No idea about emacs.

Vim / async has some troubles such as "is it in command window mode" I
had to try working around.

Why not just install and use such command to get your repl?
Replace sh by your interpreter

  command! AsyncSh  call async_porcelaine#LogToBuffer({'cmd':'/bin/sh -i', 
'move_last':1, 'prompt': '^.*\$[$] '})

completion typically works by sending some chars to the intpreter and
intercepting the result bevor it gets shown to the user - see samples.

Marc Weber

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to