Re: Patch 8.1.2232

2019-10-29 Thread Christian Brabandt
On Di, 29 Okt 2019, Tony Mechelynck wrote: > On Tue, Oct 29, 2019 at 4:50 AM Tony Mechelynck > wrote: > > > > On Tue, Oct 29, 2019 at 12:50 AM Bram Moolenaar wrote: > > > > > > > > > Patch 8.1.2232 > > > Problem:MS-Windows: compiler warning for int size. > > > Solution: Add type cast. (M

Re: Patch 8.1.2233

2019-10-29 Thread Christian Brabandt
On Di, 29 Okt 2019, Bram Moolenaar wrote: > Patch 8.1.2233 > Problem:Cannot get the Vim command line arguments. > Solution: Add v:argv. (Dmitri Vereshchagin, closes #1322) > Files:runtime/doc/eval.txt, src/evalvars.c, src/vim.h, > src/proto/evalvars.pro, src/main.c,

Re: Patch for avoiding infinite loop on network disconnect

2019-10-29 Thread Paul Ackersviller
On Tue, Oct 29, 2019 at 03:03:43AM +0100, Bram Moolenaar wrote: > > Paul Ackersviller wrote: > > > > > With athena gui version on AIX, vim will consistently go into an > > > > infinite loop if the network connection drops. Trussing such a process > > > > points to a select system call, so I foun

Patch 8.1.2234

2019-10-29 Thread Bram Moolenaar
Patch 8.1.2234 Problem:get_short_pathname() fails depending on encoding. Solution: Use the wide version of the library function. (closes #5129) Files: src/filepath.c, src/testdir/test_shortpathname.vim *** ../vim-8.1.2233/src/filepath.c 2019-10-08 23:26:46.746003980 +0200 --- sr

Re: Patch 8.1.2233

2019-10-29 Thread Bram Moolenaar
Christian wrote: > On Di, 29 Okt 2019, Bram Moolenaar wrote: > > > Patch 8.1.2233 > > Problem:Cannot get the Vim command line arguments. > > Solution: Add v:argv. (Dmitri Vereshchagin, closes #1322) > > Files: runtime/doc/eval.txt, src/evalvars.c, src/vim.h, > > src/p

Re: [vim/vim] regression, slow draw speed during tags insert-mode completion (#5141)

2019-10-29 Thread Bram Moolenaar
Andy Massimino wrote: > I think the problem is that vim makes an assumption about tag line > lengths in order to seek around the file to do binary search. Before > 8.1.1094 the line length check was there but faulty, and long lines > could cause failures later on or just silently not find tags

Re: Patch 8.1.2232

2019-10-29 Thread Bram Moolenaar
Tony wrote: > On Tue, Oct 29, 2019 at 12:50 AM Bram Moolenaar wrote: > > > > > > Patch 8.1.2232 > > Problem:MS-Windows: compiler warning for int size. > > Solution: Add type cast. (Mike Williams) > > Files: src/normal.c > > This patch didn't make it to the Mercurial mirror, where 8.

Re: Patch 8.1.2194

2019-10-29 Thread Paul Jolly
FWIW - I have a stock Ubuntu 19.10 installation and I'm seeing some issues here. Specifically I'm seeing issues using the fzf plugin which has , and mapped. The only setup that works for me is to disable this feature via: let &t_TI = "" let &t_TE = "" It's highly possible I'm do