gvim sometimes segfaults - possible infinity loop?

2018-01-11 Fir de Conversatie zdohnal
Hi, I saw several bug reports on Fedora on gvim getting signal SIGSEGV at _cairo_hash_table_lookup function. It is curious that segfault happened at beginning of function, at '{', so I looked more into it. I checked backtrace in core dump, which has about 130 000 frames. These frames are

Re: E370 Could not load lib : gvim 64bits and lua/ruby/python dlls.

2018-01-11 Fir de Conversatie Ni Va
Le vendredi 5 janvier 2018 14:32:36 UTC+1, Ni Va a écrit : > It's OK, after relaunch gvim, it echoes 1. > > > > Le 5 janv. 2018 13:59, "Ni Va" a écrit : > Le vendredi 5 janvier 2018 13:30:22 UTC+1, Ni Va a écrit : > > > This is it!  > > > > > > > > > Without space

[patch] Make :find's tab-completion append slash for directories

2018-01-11 Fir de Conversatie Genki Sky
Hello, --> The issue While in Command-line-mode, entering for the :find command to complete a directory's name does not append the ending slash. Example: vim -N -u NONE :find dir " Observe that while the name is completed, no slash is appended. This is inconsistent with :edit, :cd,

Re: gvim sometimes segfaults - possible infinity loop?

2018-01-11 Fir de Conversatie zdohnal
On Thursday, January 11, 2018 at 4:23:58 PM UTC+1, h_east wrote: > Hi, > > 2018-1-11(Thu) 21:29:25 UTC+9 zdo...@redhat.com: > > Hi, > > > > I saw several bug reports on Fedora on gvim getting signal SIGSEGV at > > _cairo_hash_table_lookup function. It is curious that segfault happened at > >

Re: gvim sometimes segfaults - possible infinity loop?

2018-01-11 Fir de Conversatie h_east
Hi, 2018-1-11(Thu) 21:29:25 UTC+9 zdo...@redhat.com: > Hi, > > I saw several bug reports on Fedora on gvim getting signal SIGSEGV at > _cairo_hash_table_lookup function. It is curious that segfault happened at > beginning of function, at '{', so I looked more into it. > I checked backtrace in

pythonthreedll test crash gvim

2018-01-11 Fir de Conversatie Ni Va
Hi, As said in help for pythonthreedll, I set pythonthreedll=python37.dll same name as DYNAMIC_PYTHON3_DLL default at compiled time. I put its path into $path in $MYVIMRC 1/ ok then, once gvim is compiled, I broke python37 distro path.(c:\thirdPartTools\python37) :echo system("where

Re: [vim/vim] diff: allow to align lines manually (#2545)

2018-01-11 Fir de Conversatie Gary Johnson
On 2018-01-11, Tony Mechelynck wrote: > Lines in vimdiff are aligned by virtue of the 'scrollbind' option. To align > one > window in spite of scroll-binding by scrolling it independently of the other > ones, scroll it by mouse when it is not the current window. See: > > :help 'scrollbind' >