AshokEmrys / conque

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

Fix CloseOnEnd feature #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The unmapping on line 758:
  iunmap <silent> <buffer> <BS>
was failing because this had been already unmap on line 717 ( char2nr("<BS>") 
== 60 )
This caused the buffer to remain open even if g:ConqueTerm_CloseOnEnd = 1.

Just removing the line fix the problem.

Original issue reported on code.google.com by david...@gmail.com on 16 Jul 2013 at 11:58

Attachments:

GoogleCodeExporter commented 8 years ago
It works, though the process is a little slow.

Original comment by appleorc...@gmail.com on 17 Mar 2014 at 12:26