AshokEmrys / conque

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

ConqueTerm fails when key is pressed. #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. :ConqueTerm bash
2. Note "Insert" mode is enabled already
3. Press a key

What is the expected output?
The key will appear in the bash terminal.

What do you see instead?
Error detected while processing function conque_term#key_press:
line    1:
E523: Not allowed here
Press ENTER or type command to continue
Error detected while processing function conque_term#key_press:
line    1:
E523: Not allowed here
Press ENTER or type command to continue

What version of the product are you using? On what operating system?
I don't know how to tell that. 
I'm running on ArchLinux's vim:
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec  8 2012 16:47:21)
Included patches: 1-754
Compiled by ArchLinux

Please provide any additional information below.
I haven't used ConqueTerm in quite a while. It's possible it hasn't worked 
since I switched from FreeBSD to Arch.

I see from :version, that arch's vim has "+python -python3." Is this related?

Original issue reported on code.google.com by bobp...@gmail.com on 5 Feb 2013 at 6:05