AshokEmrys / conque

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

Problem on CentOS 5.5 vim 7.0.237 #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
=> What steps will reproduce the problem?
1. CentOS release 5.5 (final)
2. vim 7.0.237
3. :ConqueTerm bash
4. exit

=> What is the expected output? What do you see instead?

A bunch or errors like the following occur. In vim I'm trapped in this forever 
(it cycles through to the beginning after I hit ENTER.  In gvim, I can escape 
this by selecting buffer delete from the menu.

ERRORS:

Error detected while processing CursorHoldI Auto commands for "<buffer=3>":
E488: Trailing characters
Press ENTER or type command to continue
Error detected while processing CursorHoldI Auto commands for "<buffer=3>":
Traceback (most recent call last):
Press ENTER or type command to continue
Error detected while processing CursorHoldI Auto commands for "<buffer=3>":
  File "<string>", line 1, in ?
Press ENTER or type command to continue
Error detected while processing CursorHoldI Auto commands for "<buffer=3>":
  File "/home/nzucker/.vim/bundle/conque_2.3/autoload/conque_term/conque.py", line 372, in auto_read
Press ENTER or type command to continue
Error detected while processing CursorHoldI Auto commands for "<buffer=3>":
    vim.command('call conque_term#get_instance().close()')
Press ENTER or type command to continue
Error detected while processing CursorHoldI Auto commands for "<buffer=3>":
vim.error   

Original issue reported on code.google.com by nzuc...@gmail.com on 1 Apr 2013 at 10:11