filipdutescu / renamer.nvim

VS Code-like renaming UI for Neovim, writen in Lua.
Apache License 2.0
303 stars 11 forks source link

fix(rename)!: cursor is not placed at the end of the initial word #77

Closed filipdutescu closed 3 years ago

filipdutescu commented 3 years ago

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

Test plan

Existing tests are updated and new ones are added in lua/tests/renamer_rename_spec.lua.