AshokEmrys / conque

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

Python Interactive Shell needlessly scrolls sideways when sending selected text to conqueTerm #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write a short python script in a buffer:
a = 1
print a
2. :conqueTermSplit python
3. :<C-u>call conque_term#send_selected(visualmode()) (I don't use F9, since 
I've already 
assigned it to something else.

What is the expected output? What do you see instead?
This is what I'm expecting:
Python 2.6.4 (r264:75706, Apr  8 2010, 00:26:48)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a = 1
>>> print a
1

This is what I get instead:
ython 2.6.4 (r264:75706, Apr  8 2010, 00:26:48) 
GCC 4.3.4] on linux2 
ype "help", "copyright", "credits" or "license" for more information. 
>> a = 1
>> print a 

Note the leftmost column has been shifted out of view. Also, regardless of 
whether I hit return at 
the end of the line, the same thing occurs.

What version of the product are you using? On what operating system?
I'm using it on Gentoo Linux with vim 7.2. I ssh into the shell in which I use 
it from a Mac OS X 
computer.

Please provide any additional information below.

Original issue reported on code.google.com by mattias%...@gtempaccount.com on 17 May 2010 at 10:37

GoogleCodeExporter commented 8 years ago
Thanks for the bug report.

r194 should resolve this issue. It will go out with v1.1 in a week or so.

Original comment by nicora...@gmail.com on 19 May 2010 at 7:43

GoogleCodeExporter commented 8 years ago
Fix released with 1.1

Original comment by nicora...@gmail.com on 28 May 2010 at 5:58