> menu.c lines 68-80, 217-252 (as of Vim 7.2.315).
>
> Also, as you know, the preferred quoting style in these lists is
> bottom-posting, i.e., trim whaat is irrelevant, and reply under what
> you're replying to.
>
> Best regards,
> Tony.
Thank you Tony. Sorry , I forgot each time to do it.
--
On Dec 10, 10:22 am, Steve Hall wrote:
> > Edit: It's not in 10.0.0.6 either, but it exists in strawberry perl
> > 5.10.1.0 (checked).
>
> Hmm, that's the version I'm compiling against (downloaded last week).
> Is it possible that the compiler could be finding another perl (ruby,
> tcl, mkscheme,
On Wed, 2009-12-09 at 17:43 -0800, char101 wrote:
> On Dec 10, 8:40 am, char101 wrote:
> > Perl_croak_xs_usage is added in perl build 1006 cmiiw, so you'll
> > need to use strawberry perl >= 10.0.0.6
>
> Edit: It's not in 10.0.0.6 either, but it exists in strawberry perl
> 5.10.1.0 (checked).
Hm
On Dec 10, 8:40 am, char101 wrote:
> Perl_croak_xs_usage is added in perl build 1006 cmiiw, so you'll need
> to use strawberry perl >= 10.0.0.6
Edit: It's not in 10.0.0.6 either, but it exists in strawberry perl
5.10.1.0 (checked).
--
You received this message from the "vim_dev" maillist.
For m
On Dec 9, 11:44 pm, "Steve Hall" wrote:>
gobj/if_perl.o:if_perl.c:(.text+0x1635): undefined reference to
> `_Perl_croak_xs_usage'
> gobj/if_perl.o:if_perl.c:(.text+0x174c): undefined reference to
> `_Perl_croak_xs_usage'
> gobj/if_perl.o:if_perl.c:(.text+0x1858): undefined reference to
> `_P
On Dec 9, 6:08 pm, Christian Brabandt wrote:
> Hi JD!
>
> On Mi, 09 Dez 2009, JD wrote:
>
> > This is what i get with verbose mode (-V8):http://dpaste.com/131416/
> > After line 266 (the last line), that's when vim hangs eating all my
> > CPU.
>
> "(perl -e "print join(q/,/,@INC)") >/tmp/vnfCwnV/0
Hi JD!
On Mi, 09 Dez 2009, JD wrote:
> This is what i get with verbose mode (-V8): http://dpaste.com/131416/
> After line 266 (the last line), that's when vim hangs eating all my
> CPU.
"(perl -e "print join(q/,/,@INC)") >/tmp/vnfCwnV/0 2>&1
So what happens, if you execute
:echo system("perl -e
On 09/12/09 19:46, epanda wrote:
> I have seen the help about all icons but ...
>
> .. I would like to know where are those numbers in the source code. (I
> have modified gui_w32.c but not seeing corresponding menu numbers)
>
menu.c lines 68-80, 217-252 (as of Vim 7.2.315).
Also, as you know, the
On Dec 9, 5:23 pm, James Vega wrote:
> On Wed, Dec 9, 2009 at 5:11 PM, JD wrote:
> > I should also mention, here's the -V8 verbose output for Ruby:
> >http://dpaste.com/131417/, Vim also hangs at lines 266/267 (the last
> > lines) of this pastebin.
>
> What does ":set shell?" say?
shell=/usr/l
On Wed, Dec 9, 2009 at 5:11 PM, JD wrote:
> I should also mention, here's the -V8 verbose output for Ruby:
> http://dpaste.com/131417/, Vim also hangs at lines 266/267 (the last
> lines) of this pastebin.
What does ":set shell?" say?
--
You received this message from the "vim_dev" maillist.
For
On 2009-12-09, JD wrote:
> On Dec 9, 4:15 pm, Christian Brabandt wrote:
> > Hi JD!
> >
> > On Mi, 09 Dez 2009, JD wrote:
> >
> > > Here's the dates for the syntax files, but i somewhat doubt they have
> > > much to do with here since with "syntax on", everything still worked,
> > > and it didn't f
I should also mention, here's the -V8 verbose output for Ruby:
http://dpaste.com/131417/, Vim also hangs at lines 266/267 (the last
lines) of this pastebin.
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
On Dec 9, 4:15 pm, Christian Brabandt wrote:
> Hi JD!
>
> On Mi, 09 Dez 2009, JD wrote:
>
> > Here's the dates for the syntax files, but i somewhat doubt they have
> > much to do with here since with "syntax on", everything still worked,
> > and it didn't fail till "filetype plugin on"
>
> I haven
Hi JD!
On Mi, 09 Dez 2009, JD wrote:
> Here's the dates for the syntax files, but i somewhat doubt they have
> much to do with here since with "syntax on", everything still worked,
> and it didn't fail till "filetype plugin on"
I haven't read the whole thread, but I wonder whether profiling or
On Dec 9, 8:29 am, Tony Mechelynck
wrote:
> On 07/12/09 10:43, JD wrote:
>
>
> > Hey Tony,
>
> > Yeah, it appears I did misunderstand you, sorry. Also, sorry i took so
> > long responding. I was out-of-town and didn't have my SSH keys with
> > me. :D Since the issue only seems to be ftplugin relat
I have seen the help about all icons but ...
.. I would like to know where are those numbers in the source code. (I
have modified gui_w32.c but not seeing corresponding menu numbers)
On 8 déc, 21:37, Tony Mechelynck wrote:
> On 08/12/09 17:16, epanda wrote:
>
>
>
>
>
> > Hi,
>
> > I am modifying
John W. Davison wrote:
> I just recently switched to Windows 7 Ultimate here at work and have
> had vim crash on me twice now. What can I do to provide useful
> information for vim developers? The following is what Windows 7 gives
> me in a dialog window. I was just adding a comment to a small X
I'm unable to build a Windows binary with perl, I'm getting the
following error resulting from the build statement:
gcc -O3 -fomit-frame-pointer -freg-struct-return
-fno-strength-reduce -DWIN32 -DHAVE_PATHDEF -DFEAT_HUGE
-DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DFEAT_PERL -DDYNAMIC_PERL
-DD
I just recently switched to Windows 7 Ultimate here at work and have
had vim crash on me twice now. What can I do to provide useful
information for vim developers? The following is what Windows 7 gives
me in a dialog window. I was just adding a comment to a small XML
file when it crashed this ti
On 07/12/09 10:43, JD wrote:
> On Dec 3, 7:24 pm, Tony Mechelynck
> wrote:
>> On 03/12/09 21:16, JD wrote:
>>
>>
>>
>>> Here's the output of version:
>>
>>> VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Dec 3 2009 06:48:09)
>>> Included patches: 1-315
>>> Compiled by jdh...@my.box.net
>>> Big versio
Hi Bram,
I just reread the Vim license (as listed under ":help license" in
uganda.txt dated 2008-Jun-21), and I think one thing should be taken
care of: currently, "Extra patches" (semi-official patches listed under
extra_patches in src/version.c) appear in the output of ":version" but
not in
21 matches
Mail list logo