AshokEmrys / conque

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

Opening a new ConqueTerm window resets vim history option to default of 20 #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.:set history=100
2.:ConqueTermSplit /bin/tcsh
3.:set history

What is the expected output? What do you see instead?
Expect  "  history=100"
Instead "  history=20"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ryanav...@gmail.com on 16 Jun 2011 at 6:57

GoogleCodeExporter commented 8 years ago
It looks like this is caused by the "setlocal nocompatible" in 
autoload/conque_term.vim. Vim automatically resets the history setting to the 
default whenever nocompatible is set, even if nocompatible was already on.

Original comment by ryanav...@gmail.com on 16 Jun 2011 at 7:07

GoogleCodeExporter commented 8 years ago
That line was removed in version 2.1. Upgrading to the latest version should 
fix it.

Original comment by nicora...@gmail.com on 16 Jun 2011 at 7:25