Skip to content

Commit

Permalink
restored reload guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetsukumaran committed May 15, 2013
1 parent 23a575c commit 39bcfc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/buffergator.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
" Reload and Compatibility Guard {{{1
" ============================================================================
" Reload protection.
" if (exists('g:did_buffergator') && g:did_buffergator) || &cp || version < 700
" finish
" endif
" let g:did_buffergator = 1
if (exists('g:did_buffergator') && g:did_buffergator) || &cp || version < 700
finish
endif
let g:did_buffergator = 1

" avoid line continuation issues (see ':help user_41.txt')
let s:save_cpo = &cpo
Expand Down

0 comments on commit 39bcfc0

Please sign in to comment.