We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e4a24 commit 2cc4a8aCopy full SHA for 2cc4a8a
plugin/php-refactoring-toolbox.vim
@@ -86,7 +86,7 @@ function! PhpCreateSettersAndGetters() " {{{
86
normal gg
87
let l:properties = []
88
while search(s:php_regex_member_line, 'eW') > 0
89
- normal w"xyw
+ normal w"xye
90
call add(l:properties, @x)
91
endwhile
92
for l:property in l:properties
0 commit comments