Open GoogleCodeExporter opened 9 years ago
I had the same issue with Conque 2.3 + vim 7.0.237, and was able to work around
this by changing line 372 in autoload/conque_term/conque.py
From:
vim.command('conque_term#get_instance().close()')
To:
vim.command('let x = conque_term#get_instance() | x.close()')
Original comment by ja...@maxeler.com
on 29 Oct 2012 at 4:48
Original issue reported on code.google.com by
gb2...@gmail.com
on 2 Nov 2011 at 5:52