Tags: adoy/vim-php-refactoring-toolbox
Tags
Fix #1 - Rename local variable with isk include $ When $ is included in iskeyword, current('<cword>') will include $ instead of excluding it, making the rename local variable trying to replace $$oldName by $newName. The fix will make sure to remove any preceding $ in the variable name to be replaced.