Missing global variable causes error on load
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
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