AshokEmrys / conque

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

Sending multiple lines to Conque shell from Windows with F9 fails #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Open Conque shell (with cmd or python) in vim on Windows
2.Create multiple lines of code in the main buffer
3.Use Visual to highlight the code
4.Use F9 to paste the highlighted code to the Conque shell

What is the expected output? What do you see instead?
Multiple lines of code should be pasted as seen in the buffer, including new
lines; but instead all lines are concatenated together on one line without new 
lines

What version of the product are you using? On what operating system?
2.3 I think (taken from github.com/rson/vim-conque) on Windows 64 (but Vim and 
python are 32 bit and work well otherwise)

Please provide any additional information below.
Tried also on Ubuntu Linux; F9 paste works as expected, only a problem on 
Windows. Verified same behavior with Windows cmd shell and also python. F10 
(paste the whole buffer) works correctly on both Windows and Linux.

Original issue reported on code.google.com by mickey.r...@gmail.com on 4 Jun 2012 at 1:27