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 aa004b3 commit be8d073Copy full SHA for be8d073
plugin/php-refactoring-toolbox.vim
@@ -77,7 +77,7 @@ let s:php_regex_use_line = '^use\_s\+[\\_A-Za-z0-9]\+\%(\_s\+as\_s\+[_A-Za-z0
77
let s:php_regex_class_line = '^\%(\%(final\s\+\|abstract\s\+\)\?class\>\|trait\>\)'
78
let s:php_regex_const_line = '^\s*const\s\+[^;]\+;'
79
let s:php_regex_member_line = '^\s*\%(\%(private\|protected\|public\|static\)\s*\)\+\$'
80
-let s:php_regex_func_line = '^\s*\%(\%(private\|protected\|public\|static\|abtsract\)\s*\)*function\_s\+'
+let s:php_regex_func_line = '^\s*\%(\%(private\|protected\|public\|static\|abstract\)\s*\)*function\_s\+'
81
82
let s:php_regex_local_var = '\$\<\%(this\>\)\@![A-Za-z0-9]*'
83
let s:php_regex_assignment = '+=\|-=\|*=\|/=\|=\~\|!=\|='
0 commit comments