-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
Could you also add the second line of |
here you go ! :) vimversion.txt |
@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 |
Thanks for the tip !
…---
Matthieu TALBOT
neogaldr@gmail.com
+33 629 22 15 70
fr.linkedin.com/in/matthieutalbot
http://www.soundcloud.com/Marty-Lake
http://lifehacker.com/5028808/how-eom-makes-your-email-more-efficient
On 8 October 2017 at 19:38, Billie Cleek ***@***.***> wrote:
@MartyLake <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1494 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABMGSoOEzZNslmva9Cn60yw-LB9w2vT6ks5sqQiMgaJpZM4PthhO>
.
|
I'm experiencing the same issue, even on files which aren't Golang related. Redrawing the buffer ( |
Fixed by #1697 |
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 andonly
vim-go
enabled:Configuration
Add here your current configuration and additional information that might be
useful, such as:
vimrc
you used to reproduceIncluded patches: 1-983
The text was updated successfully, but these errors were encountered: