Skip to content

Commit 2ec1083

Browse files
author
valterrodri
committed
Prevent reload
1 parent aa004b3 commit 2ec1083

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/php-refactoring-toolbox.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
" Version: 1.0.2
88
"
99

10+
if exists('g:vim_php_refactoring_loaded')
11+
finish
12+
endif
13+
let g:vim_php_refactoring_loaded = 1
14+
1015
" Config {{{
1116
" VIM function to call to document the current line
1217
if !exists('g:vim_php_refactoring_phpdoc')

0 commit comments

Comments
 (0)