Re: Multiple windows get corrupted

2023-05-30 Thread Ben Mehmet
Everybody FYI... I thank all the replies I have gotten related to this 
issue which I should mention I have not figured out what the cause is. I 
followed the suggestion provided and was not able to find which, if any, 
plugin caused it. However, by pure chance I recently discovered one thing. 
So when that text garbling happened (and happened very often), I just used 
exit my vim session and open all files in session until next time it 
misbehaved again. Well the discovery that I made recently is that when that 
happened to me, instead of exiting, I could either *pull *the right edge of 
the window either in or out for a pixel or two OR *snap *the vim session 
window to either left or right (on linux like using super key and 
left/right arrow keys) of the screen and it refreshed my windows/buffers 
and things would look normal until next time it misbehaved. 
Does this discovery point in any direction as to what my issue is and how 
to remedy it permanently?

Thanks in advance.
Ben

On Saturday, December 31, 2022 at 5:38:50 AM UTC-6 Enan Ajmain wrote:

> On Fri, 30 Dec 2022 21:17:26 -0800 (PST)
> Ben Mehmet  wrote:
> > Could you help with recommending how to proceed with my .vimrc and
> > plugins to find the culprit? I mean how should I start incorporating
> > my settings in?
>
> https://vi.stackexchange.com/questions/2003/how-do-i-debug-my-vimrc-file
>
> --
> Enan
> 3nan@gmail.com
> https://git.sr.ht/~enan/
> https://www.github.com/3N4N
>

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/9093484c-7a71-403b-8853-f4213c33e8b9n%40googlegroups.com.


Re: Multiple windows get corrupted

2023-05-30 Thread Ben Mehmet
Everybody FYI... I thank all the replies I have gotten related to this 
issue which I should mention I have not figured out what the cause is. I 
followed the suggestion provided and was not able to find which, if any, 
plugin caused it. However, by pure chance I recently discovered one thing. 
So when that text garbling happened (and happened very often), I just used 
exit my vim session and open all files in session until next time it 
misbehaved again. Well the discovery that I made recently is that when that 
happened to me, instead of exiting, I could just snap the vim session 
window to either left or right (on linux like using super key and 
left/right arrow keys) of the screen and it refreshed my windows/buffers 
and things would look normal until next time it misbehaved. 
Does this discovery point in any direction as to what my issue is and how 
to remedy it permanently?

Thanks in advance.
Ben

On Saturday, December 31, 2022 at 5:38:50 AM UTC-6 Enan Ajmain wrote:

> On Fri, 30 Dec 2022 21:17:26 -0800 (PST)
> Ben Mehmet  wrote:
> > Could you help with recommending how to proceed with my .vimrc and
> > plugins to find the culprit? I mean how should I start incorporating
> > my settings in?
>
> https://vi.stackexchange.com/questions/2003/how-do-i-debug-my-vimrc-file
>
> --
> Enan
> 3nan@gmail.com
> https://git.sr.ht/~enan/
> https://www.github.com/3N4N
>

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/983bffb6-1183-4d8d-b4a3-743952f3aa68n%40googlegroups.com.


Re: The package you uploaded (vim-noweb.tgz) is empty

2023-05-30 Thread Edward McGuire
On Tuesday, May 30, 2023 at 12:38:34 PM UTC Christian Brabandt wrote:
> What is the script id? I might be able to check it on the server (no 
promises however).

Originally "vim-noweb", and also when I ran into the problem I tried making 
the ID the same as the filename "vim-noweb.tar.gz" and "vim-noweb.tgz".

> Also is there a reason, you are using the tgz/tar.gz extension?

I was following "https://www.vim.org/scripts/add_script.php;. There I see 
the example, "if I was writing a script foo.vim that also had vim help file 
and a README file I would name the script foo.vim but my script package 
would be foo.tar.gz". So of course that is the example I followed.

> Just curious if this works with a zip extension or a simple .vmb for 
vimball.

Great question. I had not heard of vimball. I will try it and see if that 
gets around the error.

Is vimball the most portable format? Should the example be updated on 
vim.org?

Cheers! Edward

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/c2187aaf-d174-47f2-a2bd-748f28329adan%40googlegroups.com.


Re: The package you uploaded (vim-noweb.tgz) is empty

2023-05-30 Thread Christian Brabandt


On Fr, 26 Mai 2023, Edward McGuire wrote:

> This is my first time to try to contribute a Vim plugin to vim.org.
> Where is this newbie going wrong?
> 
> I offered a tarball containing an ftdetect, a syntax, and a README and 
> LICENSE.
> The site replied: "The package you uploaded (vim-noweb.tgz) is empty".
> 
> I have already extracted my own tarball to double check the contents.
> I have also tried renaming to vim-noweb.tar.gz, in case it was to do with 
> naming .
> 
> The plugin I'm trying to contribute lives at
> https://metaed.com/papers/vim-noweb/
> and the actual tarball is there.

Hi,
I am not sure. What is the script id? I might be able to check it on the 
server (no promises however).

Also is there a reason, you are using the tgz/tar.gz extension? That is 
always a bit troublesome to extract on Windows, so just curious if this 
works with a zip extension or a simple .vmb for vimball.

Thanks,
Chris
-- 
Wenn jeder Mensch ahnte, von wie vielen er durchschaut wird!
-- Elias Canetti (Die Provinz des Menschen. 1942-1972)

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/ZHXuQuCqARVAs0C5%40256bit.org.