vundle/autoload
Lucas Hoffmann 088295df77 Refactor global variables into script local variables.
These variables only occur in one file each.  By making them script local
variables this is "documented" in the code.  At the same time the global
namespace is polluted less.

Changed:
    g:bundle_names          -> s:bundle_names
    g:vundle_last_status    -> s:last_status
    g:vundle_log_file       -> s:log_file
    g:vundle_view           -> s:view
2015-03-03 10:50:28 +01:00
..
vundle Refactor global variables into script local variables. 2015-03-03 10:50:28 +01:00
vundle.vim Remove unneeded variable setting. 2015-03-03 10:40:30 +01:00