-
Notifications
You must be signed in to change notification settings - Fork 128
When I save a file it takes me to the end of the file #322
Comments
That's not go-plus. What other packages do you have installed? Paste the output of |
So you've disabled all other packages that are user-installed? Please paste the output from |
I am having the same issue, it still happens even when I disable every other user installed package apart from go-plus. The issue only happens when saving Here is the output of my
|
This happens for me. It is very annoying. Output of
|
Are there non-ascii / Unicode characters in the file when you experience this issue? |
Nope. I just reproduced it on a very simple file. It jumps right after the save. The linter messages come up after the jump. |
Could you please post a gist with the file contents? |
Here's an example: I did lots of edits and saves that all made the cursor jump to the end of the file. There is a reproducible situation where the cursor does not jump the end of the file. I can change the import line to:
and save and it jumps. When I manually edit to get the line back to:
and save then it does not jump. That's the only non-jump situation I've seen. |
Finally got annoyed at this enough to investigate deeply. After a comparison of our package lists above and some selective installing and uninstalling, I narrowed the culprit down to tabs-to-spaces. Here's the issue: lee-dohm/tabs-to-spaces#41 Sorry to raise the alarm on your excellent package. I think this issue can be closed. |
/cc @lee-dohm |
Closing as this is an issue with tabs-to-spaces. |
It's very annoying that every time I save a file it takes the cursor the end of the same so I can't continue in the line that I was coding.
The text was updated successfully, but these errors were encountered: