Skip to content

Commit

Permalink
Add no_views check to the restore_view line
Browse files Browse the repository at this point in the history
d79a454 broke spf13#127 since it removed the actual `mkview` and `loadview` calls. This change adds the check in the bundle file as well so that it gets honored.
  • Loading branch information
jredville committed Dec 3, 2012
1 parent 93e8823 commit 6586241
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
Bundle 'mbbill/undotree'
Bundle 'myusuf3/numbers.vim'
Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'vim-scripts/restore_view.vim'
if !exists('g:spf13_no_views')
Bundle 'vim-scripts/restore_view.vim'
endif
Bundle 'tpope/vim-abolish.git'
endif

Expand Down

0 comments on commit 6586241

Please sign in to comment.