AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Copy/Paste not working with MacVim #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installing binary for MacVim ( latest one )
2. Installing conque using the tar ball
3. Running :ConqueTerm bash
4. Copy a command from a browser using Cmd-c ( ex : git clone .... )
5. Paste in Conque using Cmd-v 

What is the expected output? What do you see instead?
I excpect to see the command pasted with the cursor at the end of the command 
waiting for me to hit ENTER and execute the command.
Instead :
The output is the command successfully pasted. The cursor comes back to the 
beginning of the command right next to the prompt. The shell is behaving like 
nothing happened but the text is still visible. By pressing Up arrow, I can see 
the latest command executed.

What version of the product are you using? On what operating system?
Latest version of Conque
Latest version of MacVim
OSX Mavericks

Original issue reported on code.google.com by Merzou...@gmail.com on 29 Jun 2014 at 2:17