Commit c69cb77
committed
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 parent 1c5aa57 commit c69cb77
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments