Thursday, June 1, 2023

Re: Multiple windows get corrupted



On Thursday, June 1, 2023 at 5:51:10 PM UTC-4 Bram Moolenaar wrote:

> > > As I mentioned in my post that begins with "Everybody FYI" I had just
> > > recently discovered that pulling the edge of the window left or right when
> > > the garbling happened it *made *it the problem go away.
> > > But I was hoping to find a fix for my problem so that it doesn't happen;
> > > specially when I am pair coding with a colleague. It gets frustrating
> > > specially since I couldn't figure out yet a keyboard short cut for pulling
> > > side of window left or right.
> >
> > OK, so just before resizing the window manually Vim somehow is in a bad
> > state. It most likely is related to how the Vim window was resized. Do
> > you know? In case you are not sure you could use:
>
> Yes. As I mentioned before I would resize the window to accommodate for a
> opening another file in side window.

The big question is: HOW did you resize the window? Resizing manually
fixes the problem, thus you didn't resize it the normal way, right?
 
Oh. Missed your question here. So I would just use the mouse to pull the side of the window out to make the window wider. 

> > verbose set columns?
> > verbose set lines?
> >
> > Hopefully this leads to some Vim script or an autocommand that triggers
> > the problem. We need this to be able to write a test for it anyway.
> > Note that you need to start Vim with "--clean" to make sure your local
> > setup doesn't change what happens.
>
> Regarding starting Vim with "--clean". The "--clean" option was suggested
> sometime at the start of this thread. It ran with no issues but it also
> considerably limited my editing capabilities.

The idea is that you start Vim with "--clean" and then add pieces of
your setup until you find out what piece matters for reproducing the
problem. Hopefully not including a whole plugin, since then we would
need to dig into that plugin.

" Hopefully not including a whole plugin, since then we would need to dig into that plugin."  ??? 
Not clear on this. 
What does "add pieces" mean? Does it mean pieces of the the vimrc file or adding plugins one by one or is it actually both?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/79fa565a-b675-4864-adf7-9762e0a2da12n%40googlegroups.com.

No comments: