Skip to content

Commit 2cc4a8a

Browse files
author
Simon Alberny
committed
Variable trimed on setters/getters creation when default value is set
1 parent 41e4a24 commit 2cc4a8a

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
@@ -86,7 +86,7 @@ function! PhpCreateSettersAndGetters() " {{{
8686
normal gg
8787
let l:properties = []
8888
while search(s:php_regex_member_line, 'eW') > 0
89-
normal w"xyw
89+
normal w"xye
9090
call add(l:properties, @x)
9191
endwhile
9292
for l:property in l:properties

0 commit comments

Comments
 (0)