Re: gcc buffer overflow detected on vim startup

2014-09-10 Fir de Conversatie John Little
On Thursday, September 11, 2014 4:58:15 PM UTC+12, Dominique Pelle wrote: > John Little wrote: > > *** buffer overflow detected ***: vim terminated ... > I'm guessing you're using Ubuntu. Well, my post did say Kubuntu. > Ubuntu modified > their version of gcc to default to -D_FORTITY_SOURCE=2. T

Re: gcc buffer overflow detected on vim startup

2014-09-10 Fir de Conversatie Dominique Pellé
John Little wrote: > I've been running a debug build of vim for a while, > and while diagnosing a slowness problem noticed > that it was much slower than the version I get with > my distro (Kubuntu 14.04, 7.4.52), so I changed > my compiler flags to add -O2 and recompiled. > > The resulting execut

Re: 'set rtp' output is truncated to 1023 bytes on Windows 7

2014-09-10 Fir de Conversatie Nazri Ramliy
On Wed, Sep 10, 2014 at 11:58 PM, 0xBADDCAFE wrote: > Nowadays modern plugin managers add many runtimepath that contain scripts. > These path strings can be over 1024 bytes easily. Perhaps a new option would be better, 'runtimedir' - all directory found in there are regarded as individual runtime

gcc buffer overflow detected on vim startup

2014-09-10 Fir de Conversatie John Little
I've been running a debug build of vim for a while, and while diagnosing a slowness problem noticed that it was much slower than the version I get with my distro (Kubuntu 14.04, 7.4.52), so I changed my compiler flags to add -O2 and recompiled. The resulting executable aborted instantly: *** bu

Re: Can't paste into new windows when clipboard is set to unnamedplus

2014-09-10 Fir de Conversatie Jason Pleau
> "Copy contents of System Clipboard to + buffer when entering vim > > autocmd VimEnter * call setreg('+', system('xsel -ob')) > > "Copy contents of + buffer to System Clipboard while leaving vim > > autocmd VimLeave * call system("xsel -ib", getreg('+')) > > > > This should solve your probl

Re: 'set rtp' output is truncated to 1023 bytes on Windows 7

2014-09-10 Fir de Conversatie 0xBADDCAFE
Hi. I had this behavior. Nowadays modern plugin managers add many runtimepath that contain scripts. These path strings can be over 1024 bytes easily. I hope to fix this behavior sometime soon. Thanks. 2013年5月11日土曜日 23時45分03秒 UTC+9 tyru: > Hi list. > > > > If 'runtimepath' string exceeds 1

Re: improved folding legibility [patch included]

2014-09-10 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: Am 2014-09-10 17:02, schrieb Charles Campbell: Hello! I find reading the folded lines to be less than ideal, as the extra spacing required of the "+---"s varies and so lines: doesn't line up. This patch makes all the +---... prefixes take up 5 spaces (using %-5s, so i

Re: improved folding legibility [patch included]

2014-09-10 Fir de Conversatie Christian Brabandt
Am 2014-09-10 17:02, schrieb Charles Campbell: Hello! I find reading the folded lines to be less than ideal, as the extra spacing required of the "+---"s varies and so lines: doesn't line up. This patch makes all the +---... prefixes take up 5 spaces (using %-5s, so it uses padding). By itself

Re: Can't paste into new windows when clipboard is set to unnamedplus

2014-09-10 Fir de Conversatie Hashken
On Wednesday, September 10, 2014 6:31:53 AM UTC+5:30, Jason Pleau wrote: > Hello, > > > > I cannot paste from the system clipboard with vim if it is opened after > > I copied my text into the clipboard. I am using set clipboard=unnamedplus. > > > > A bisect with hg has lead me to believe th

improved folding legibility [patch included]

2014-09-10 Fir de Conversatie Charles Campbell
Hello! I find reading the folded lines to be less than ideal, as the extra spacing required of the "+---"s varies and so lines: doesn't line up. This patch makes all the +---... prefixes take up 5 spaces (using %-5s, so it uses padding). By itself, this makes the folded sections, no matter