Discussion:
Vim - Source of delayed display effects (e.g. when pasting data)?
(too old to reply)
Janis Papanagnou
2025-02-13 05:07:15 UTC
Permalink
There's something odd that I observed over the years with Vim...

When inserting a new empty line (with 'O') or pasting the contents
of a copy/delete operation (with 'P') there's (for a short moment)
first an 'O' and a 'P' respectively seen on the target line before
the desired text contents are placed there.

(That happens occasionally and I cannot force reproduction of this
effect).

It's not a problem, just a slight distraction, but I thought I ask
(out of curiosity) whether someone has an idea what could be the
reason for that effect.

Janis
Lawrence D'Oliveiro
2025-02-13 05:31:21 UTC
Permalink
Post by Janis Papanagnou
There's something odd that I observed over the years with Vim...
Just tried it on my Linux system, didn’t see any problem.
Janis Papanagnou
2025-02-13 06:22:44 UTC
Permalink
Post by Lawrence D'Oliveiro
Post by Janis Papanagnou
There's something odd that I observed over the years with Vim...
Just tried it on my Linux system, didn’t see any problem.
Yes, as said, it's not reproducible, but it also happens not rarely;
if I move around in a text and do some operations I eventually get
such an effect.

(I seem to remember you're primarily an Emacs user, so probably a
regular Vim user might more likely have that effect observed.)

Janis

Loading...