-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Error when attempting to rename empty space #95
Comments
Thanks for submitting the two issues, good catches as well! Will come with a fix this weekend. |
filipdutescu
added a commit
that referenced
this issue
Nov 29, 2021
TODO Closes: GH-95 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu
added a commit
that referenced
this issue
Nov 29, 2021
TODO Closes: GH-95 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu
added a commit
that referenced
this issue
Nov 29, 2021
TODO Closes: GH-95 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu
added a commit
that referenced
this issue
Nov 29, 2021
Prevent the popup from being drawn if the cursor is on an empty space and log a debug message regarding it. Add `lua/renamer/constants.lua` to store all reused hardcoded strings and any other strings that should be managed in a proper way. Closes: GH-95 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu
added a commit
that referenced
this issue
Nov 29, 2021
Prevent the popup from being drawn if the cursor is on an empty space and log a debug message regarding it. Add `lua/renamer/constants.lua` to store all reused hardcoded strings and any other strings that should be managed in a proper way. Closes: GH-95 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Invoking
rename
method will throw this error when you attempt it on empty space:To reproduce
Steps to reproduce the behavior:
lua require('renamer').rename()
.Expected behavior
There should be short and less distracting message displayed instead.
Environment
The text was updated successfully, but these errors were encountered: