Shougo / vimshell.vim

:shell: Powerful shell implemented by vim.
1.09k stars 84 forks source link

interative interpreters do no longer work in vimshell #98

Closed raichoo closed 11 years ago

raichoo commented 11 years ago

I'm using interpreters for haskell (ghci), idris and scala under vim shell. Recent changes are causing trouble.

My current setup looks like this.

I have a split window with an interpreter and another one with the code. I switch into the vimshell window, enter insert mode, issue a command and switch back to the window with the code. I then get flooded with messages like this:

screenshot from 2013-07-16 16 21 36

This happens in the most recent 7.4 beta version of vim as well as 7.3 1-1287 that is being shipped with archlinux.

I hope this is helpful.

Kind regards, raichoo

raichoo commented 11 years ago

Tested again commit 8224c45. Seems to work fine. 9851c04 is the first change in my reflog that shows the reported behavior.

Shougo commented 11 years ago

I fixed it. Please update vimshell.

raichoo commented 11 years ago

Thanks, seems to work just fine.