Re: vimdiff of unnamed pipes

2020-03-11 Thread Tim Chase
On 2020-03-11 21:29, Peng Yu wrote: > If I vimdiff unnamed pipes, when I change the terminal window size, > the contents in vim window will disappear. Is this a bug? Is there a > way to circumvent this problem? Thanks. Could you detail how you're using these unnamed pipes? I tried (using a bashis

vimdiff of unnamed pipes

2020-03-11 Thread Peng Yu
Hi, If I vimdiff unnamed pipes, when I change the terminal window size, the contents in vim window will disappear. Is this a bug? Is there a way to circumvent this problem? Thanks. -- Regards, Peng -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply b

Re: editing remote files

2020-03-11 Thread Ruben Safir
On 3/11/20 7:34 PM, Walter Cazzola wrote: > Dear Vimmers, > I've recently passed from vim 7.4 to 8.2. > > I was used to administer my remote server through > >    gvim -p --nofork scp://user@server/file1 scp://user@server/file2 ... > > But now it get stuck without asking me the password. > > Di

editing remote files

2020-03-11 Thread Walter Cazzola
Dear Vimmers, I've recently passed from vim 7.4 to 8.2. I was used to administer my remote server through gvim -p --nofork scp://user@server/file1 scp://user@server/file2 ... But now it get stuck without asking me the password. Digging a little bit the problem I found that replacing -p with

Re: netrw#BrowseX fails when invoked from gvim on Ubuntu

2020-03-11 Thread Charles Campbell
Garvin Haslett wrote: I am using Vim 8.2 on Ubuntu 18.04.3 If I launch gvim and enter :call netrw#BrowseX('http://github.com', 0) the window flickers instantaneously and nothing further happens. Performing the same action in terminal vim opens the URL in the browser as expected. It seems l