AshokEmrys / conque

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

Missing global variable causes error on load #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download v 2.3
2. Have a .vimrc with "g:ConqueTerm_SessionSupport" undefined
3. Open gvim

Solution:

Trivial, either set a default value in the .vim file for the plugin, or check 
for the variable in the appropriate line, with has("...")

Original issue reported on code.google.com by noons...@gmail.com on 19 Oct 2011 at 10:24