Skip to content

Commit 6fa868a

Browse files
committed
Merge pull request #16 from valterrodri/master
Prevent reload
2 parents da14038 + 2ec1083 commit 6fa868a

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)