Skip to content

Commit aa004b3

Browse files
committed
Merge pull request #13 from echosa/master
Correct typo in variable name.
2 parents 72ac846 + 8a234ed commit aa004b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/php-refactoring-toolbox.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if !exists('g:vim_php_refactoring_auto_validate_rename')
3030
endif
3131

3232
if !exists('g:vim_php_refactoring_auto_validate_visibility')
33-
let g:vim_php_refactoring_ask_visibility = g:vim_php_refactoring_auto_validate
33+
let g:vim_php_refactoring_auto_validate_visibility = g:vim_php_refactoring_auto_validate
3434
endif
3535

3636
if !exists('g:vim_php_refactoring_default_property_visibility')

0 commit comments

Comments
 (0)