We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce5e2d commit d11cc5dCopy full SHA for d11cc5d
1 file changed
plugin/bullets.vim
@@ -10,9 +10,9 @@ set cpoptions&vim
10
" ------------------------------------------------------- }}}
11
12
" Prevent execution if already loaded ------------------ {{{
13
-" if exists('g:loaded_bullets_vim')
14
-" finish
15
-" endif
+if exists('g:loaded_bullets_vim')
+ finish
+endif
16
let g:loaded_bullets_vim = 1
17
" Prevent execution if already loaded ------------------ }}}
18
0 commit comments