BREAKING CHANGE: Set the cursor to the end of the word inside the popup, taking into account padding, as oposed to placing it at the start of the popup.
Closes: GH-73
Proposed changes
modify rename() to set the cursor at the end of the word in the popup
Test plan
Existing tests are updated and new ones are added in lua/tests/renamer_rename_spec.lua.
Motivation
BREAKING CHANGE: Set the cursor to the end of the word inside the popup, taking into account padding, as oposed to placing it at the start of the popup.
Closes: GH-73
Proposed changes
rename()
to set the cursor at the end of the word in the popupTest plan
Existing tests are updated and new ones are added in
lua/tests/renamer_rename_spec.lua
.