Skip to content

Commit d11cc5d

Browse files
committed
forgot to uncomment something from debugging
1 parent 8ce5e2d commit d11cc5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugin/bullets.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set cpoptions&vim
1010
" ------------------------------------------------------- }}}
1111

1212
" Prevent execution if already loaded ------------------ {{{
13-
" if exists('g:loaded_bullets_vim')
14-
" finish
15-
" endif
13+
if exists('g:loaded_bullets_vim')
14+
finish
15+
endif
1616
let g:loaded_bullets_vim = 1
1717
" Prevent execution if already loaded ------------------ }}}
1818

0 commit comments

Comments
 (0)