Re: [vim/vim] New search is horrible and difficult to disable (MINT19) (#3663)

2018-12-06 Fir de Conversatie James McCoy
On Thu, Dec 06, 2018 at 07:14:08PM -0800, Ben Fritz wrote: > On Wednesday, December 5, 2018 at 9:44:30 AM UTC-6, jonshouse1 wrote: > > Unfortunately people are still unhappy, partly because it seems there are > > many people who do not use a user specific vimrc file and simply used the > > system

Re: [vim/vim] New search is horrible and difficult to disable (MINT19) (#3663)

2018-12-06 Fir de Conversatie Ben Fritz
On Wednesday, December 5, 2018 at 9:44:30 AM UTC-6, jonshouse1 wrote: > Unfortunately people are still unhappy, partly because it seems there are > many people who do not use a user specific vimrc file and simply used the > system wide vimrc config file (I had a similar discussion with several De

Re: [Question] Stripping of Vim binaries

2018-12-06 Fir de Conversatie zdohnal
Thanks Tony and James for answers! I probably looked onto the matter from more 'maintainer's view' than I expected, so it was strange to me that Vim wants to do stripping when build system does that, so I expected 'more mysterious' reason because of my limited view. I was trying to do the same

runtime/indent/tcl.vim improvement

2018-12-06 Fir de Conversatie chrisheithoff
The indent/tcl.vim file needs an improvement. I already contacted Nikolai Weibull and he told me he's the previous maintainer and not the current maintainer. How do I find out who is maintaining the runtime/indent files? Lines 59-60: elseif line =~ '^\s*}' return indent(v:lnum) - shif

Re: Patch 8.1.0565

2018-12-06 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Bram Moolenaar wrote: > > > I wrote: > > > > > Patch 8.1.0565 > > > Problem:Asan complains about reading before allocated block. > > > Solution: Workaround: Avoid offset from becoming negative. > > > Files:src/gui.c > > > > > > > > > *** ../vim-8.1.0564/src/