Thursday, June 1, 2023

Re: Multiple windows get corrupted



On Thursday, June 1, 2023 at 5:01:20 AM UTC-4 Bram Moolenaar wrote:

> Ok. So as expected it happened again. And I followed the steps you (Bram)
> mentioned. I have following diffs between the bad (left side) and good
> (right side):
>
> columns=258 <-----> columns=120
> lines=72 <-----> lines=60
> modified <-----> nomodified
> scroll=35 <-----> scroll=29
> window=71 <-----> window=59
>
> lines, columns, and window are set in my .gvimrc. I am experimenting with
> commenting them out to see if any effect.
>
> Any ideas from your side?

The number of columns and lines has changed. Did the Vim window
actually change size? It would have gotten more than twice as wide.
Or the font has changed to a much smaller one.
Actually that is my doing. I had (as I usually do) start a session with just one window enough to display one file. So the 258 size is a result of my widening the vim window to make room for multiple windows (files). 


You can try resizing it, e.g. by grabbing the left or right size and
dragging it just enough to make the window one character wider or
smaller. Then check if the 'columns' and 'lines' options did change.
I did as you asked and answer is yes columns option did change by just one character increase. 

--
--
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/9973ef7b-0d1e-425f-8d72-9c6a012d1e7dn%40googlegroups.com.

No comments:

Post a Comment