Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: E495 on VimEnter with 'verbose' (#242)
Problem: If 'verbose' is non-zero, VimEnter autocmd when starting vim without args raises E495: Error detected while processing VimEnter Autocommands for "*"..function <SNR>37_UseConfigFiles: line 6: E495: No autocommand file name to substitute for "<afile>" Solution: Replace "<afile>" with "#n" (:help :_#n).
- Loading branch information