Skip to content

Tags: adoy/vim-php-refactoring-toolbox

Tags

1.0.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 1.0.2

1.0.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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.

1.0.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove the { from the comment