Skip to content

Commit 7e458dd

Browse files
committed
Merge pull request spf13#712 from MyChaOS87/3.0
Fixing bootstrap being destructive
2 parents 1970f96 + 790c57c commit 7e458dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vimrc.bundles.default

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
" Default Bundles {
2+
23
" Use before config if available {
3-
if filereadable(expand("~/.vimrc.before.fork"))
4-
source ~/.vimrc.before.fork
4+
if filereadable(expand("~/.vimrc.before"))
5+
source ~/.vimrc.before
56
endif
67
" }
78

0 commit comments

Comments
 (0)