Closed GoogleCodeExporter closed 9 years ago
Is there an easy way to reproduce the issue?
Original comment by chrisbr...@googlemail.com
on 15 Aug 2012 at 9:09
Well, I can reproduce it pretty easily with my set-up. But I don't know exactly
where the problem lies, so I don't have any better suggestions other than
setting up VMs with this.
Original comment by shlomifi...@gmail.com
on 15 Aug 2012 at 9:45
A comment from Gary Johnson on the vim-dev mailing list:
What would really help would be the following.
1. A small file containing at least one of the characters that does
not redraw properly.
2. A sequence of steps that will demonstrate the problem. It is
preferable that you start gvim like this:
gvim -N -u NONE -i NONE [your other arguments]
so that your environment is free of the effects of your ~/.vimrc
and any plugins and so that everyone's environment can be the
same while trying to troubleshoot this.
Regards,
Gary
Original comment by shlomif@gmail.com
on 16 Aug 2012 at 8:57
OK, the following file reproduces the problem with
$ gvim -U NONE -u NONE -i NONE depth_dbm_solver.c
(in a new UNIX user account).
To reproduce:
1. Do :350<CR> so you're on this line:
printf ("H %i\n", (int)out_fh);
2. Hit "a" to enter into insert mode.
3. Hold the right arrow key until the cursor moves to the end of the line.
Then, hold the left arrow key until the cursor moves to the start of the line.
Repeat.
4. Result: some characters disappear for a while holding the left key after the
cursor passed through them.
Regards,
-- Shlomi Fish
Original comment by shlomif@gmail.com
on 16 Aug 2012 at 9:23
Attachments:
Shlomi wrote:
> OK, the following file reproduces the problem with
>
> $ gvim -U NONE -u NONE -i NONE depth_dbm_solver.c
Try adding the -w option to log all keys:
$ gvim -U NONE -u NONE -i NONE -w log-keys.txt depth_dbm_solver.c
Then reproduce the bug and attach the output file log-keys.txt
to this issue.
I suspect that some characters are lost so vim sees the keys as input.
We may see that in log-keys.txt. It may not be Vim's fault.
I can't reproduce it myself.
Original comment by dominiqu...@gmail.com
on 16 Aug 2012 at 9:49
Here is the log-keys.txt file. Hope it helps.
Original comment by shlomifi...@gmail.com
on 16 Aug 2012 at 12:48
Attachments:
Update: now that I upgraded my laptop to Mageia Cauldron (the Mageia
development distribution that is going to be Mageia 3), I can no longer
reproduce this problem. As far as I am concerned, it can be closed, but you may
wish to investigate this problem in order to prevent future users running into
it and reporting it.
Original comment by shlomif@gmail.com
on 5 Nov 2012 at 3:32
Closing
Original comment by chrisbr...@googlemail.com
on 30 Sep 2014 at 5:52
Original issue reported on code.google.com by
shlomif@gmail.com
on 24 Jun 2012 at 8:11