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
Original issue reported on code.google.com by
david...@gmail.com
on 16 Jul 2013 at 11:58Attachments: