diff --git a/plugin/php-refactoring-toolbox.vim b/plugin/php-refactoring-toolbox.vim index ef2b9eb..548ebb0 100644 --- a/plugin/php-refactoring-toolbox.vim +++ b/plugin/php-refactoring-toolbox.vim @@ -86,7 +86,7 @@ function! PhpCreateSettersAndGetters() " {{{ normal gg let l:properties = [] while search(s:php_regex_member_line, 'eW') > 0 - normal w"xyw + normal w"xye call add(l:properties, @x) endwhile for l:property in l:properties