Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set default values for autoload variables.
The setting of the default values for the autoload variables is moved out of any function. One reason being that these settings do not depend on the argument of the function. The second being that Vim will source the autoload script if an undefined autoload variable is referenced and the file is expected to define the variable (see :help autoload).
- Loading branch information