Skip to content

Commit 8a234ed

Browse files
committed
Correct typo in variable name.
1 parent 72ac846 commit 8a234ed

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)