Skip to content
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

Buffer filled with "ghost" [0A when using auto_sameids #1494

Closed
MartyLake opened this issue Oct 4, 2017 · 6 comments
Closed

Buffer filled with "ghost" [0A when using auto_sameids #1494

MartyLake opened this issue Oct 4, 2017 · 6 comments

Comments

@MartyLake
Copy link

MartyLake commented Oct 4, 2017

Behavior

Buffer is filled with "ghost" [0A when I move the cursor UP. Going to another page and going back to the page erases the [0A chars.

Moving cursor down spawns [0B, left [0C, right [0D

Steps to reproduce:

Please create a reproducible case of your problem. If this step is
not provided, the issue will be closed

Re produce it with a minimal vimrc with all plugins disabled and
only vim-go enabled:

  1. auto_sameids: ON
  2. open a go file, put cursor into variable, wait for updatetime to trigger
  3. move cursor to other variable, see the [0A appears

Configuration

Add here your current configuration and additional information that might be
useful, such as:

  • vimrc you used to reproduce
  • vim version: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Aug 22 2017 12:32:53)
    Included patches: 1-983
  • vim-go version:
  • go version: 1.9
@arp242
Copy link
Contributor

arp242 commented Oct 4, 2017

Could you also add the second line of :version ("Included patches: ")? Thanks!

@MartyLake
Copy link
Author

here you go ! :) vimversion.txt

@bhcleek
Copy link
Collaborator

bhcleek commented Oct 8, 2017

@MartyLake thank you for reporting this. It sounds suspiciously like other reports (I've been encountering it, too). Until we have a resolution, you may find :redraw! less cumbersome than swapping buffers.

@MartyLake
Copy link
Author

MartyLake commented Oct 9, 2017 via email

@mlen108
Copy link

mlen108 commented May 23, 2018

I'm experiencing the same issue, even on files which aren't Golang related. Redrawing the buffer (Ctrl + L) helps but it's a bit tiring to type it every time one uses a cursor.

@bhcleek
Copy link
Collaborator

bhcleek commented Oct 10, 2018

Fixed by #1697

@bhcleek bhcleek closed this as completed Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants