-
Notifications
You must be signed in to change notification settings - Fork 109
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
replacing characters via r in .go files does not work in unsaved files #1139
Comments
Thank you for the kind comment. Btw, Have you reported this issue to go-plus? |
I did not report it further, but I can raise it with |
OK, for the |
Created the other issue. See joefitzgerald/go-plus#1012. |
debug info
Relevant packages I use:
Checklist
You have to check all before open issue.
Vim Mode Plus: Clip Debug Info
command.atom --version
), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).what I want
reporting a bug
current vs desired behaviour
I have a simple go file,
go-plus
andautosave
enabled. Cursor abovex
in the comment.Hitting
r
and thene
replacesx
withe
. The file changed. Again hittingr
and thenx
does not replacee
withx
, but it should. When I disable either ofgo-plus
orautosave
packages the second attempt of replacinge
withx
works as expected.use case
I replace a lot of characters every day and run a lot into the issue for quite some time now. I finally made the effort to report the bug.
more thoughts
I checked the key bindings and they do not seem to be the issue. I tried to debug the JS code but this is not my expertise at all so I couldn't really figure anything. I would maybe be interested in learning a bit more so I can be more helpful here since I rely heavily on
vim-mode-plus
. I like it a lot.The text was updated successfully, but these errors were encountered: