Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CloseOnEnd feature #98

Open
GoogleCodeExporter opened this issue Feb 25, 2016 · 1 comment
Open

Fix CloseOnEnd feature #98

GoogleCodeExporter opened this issue Feb 25, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

It works, though the process is a little slow.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant