Skip to content

Commit bdcd052

Browse files
committed
Merge pull request spf13#243 from jredville/patch-1
Add no_views check to the restore_view line
2 parents 93e8823 + 6586241 commit bdcd052

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vimrc.bundles

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
Bundle 'mbbill/undotree'
9191
Bundle 'myusuf3/numbers.vim'
9292
Bundle 'nathanaelkane/vim-indent-guides'
93-
Bundle 'vim-scripts/restore_view.vim'
93+
if !exists('g:spf13_no_views')
94+
Bundle 'vim-scripts/restore_view.vim'
95+
endif
9496
Bundle 'tpope/vim-abolish.git'
9597
endif
9698

0 commit comments

Comments
 (0)