Skip to content

Commit

Permalink
Merge pull request spf13#243 from jredville/patch-1
Browse files Browse the repository at this point in the history
Add no_views check to the restore_view line
  • Loading branch information
spf13 committed Dec 3, 2012
2 parents 93e8823 + 6586241 commit bdcd052
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 bdcd052

Please sign in to comment.