Re: Searching for Vim scripts

2007-09-04 Fir de Conversatie Nico Weber
Try it out on the Vim search page (second box from the top): http://www.vim.org/search.php Very nice. A bit feature-laden perhaps ;-) Nico --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

Re: Searching for Vim scripts

2007-09-04 Fir de Conversatie Doug Kearns
On 9/4/07, Bram Moolenaar [EMAIL PROTECTED] wrote: snip I have now added a search box to the search page on www.vim.org where you can specifically search for Vim scripts, anywhere on the internet. This uses Google Code Search. Excellent! Thanks Bram. Regards, Doug

Patch for if_perl.xs

2007-09-04 Fir de Conversatie Suresh Govindachar
Patch for if_perl.xs attached below. --Suresh *** vim7\src\if_perl.xs Tue Sep 04 17:12:39 2007 --- patched\if_perl.xsTue Sep 04 16:28:12 2007 *** *** 40,45 --- 40,67 #define PERL_SUBVERSION SUBVERSION #endif + /* + *

Re: Patch for if_perl.xs

2007-09-04 Fir de Conversatie Tony Mechelynck
Suresh Govindachar wrote: Patch for if_perl.xs attached below. --Suresh *** vim7\src\if_perl.xs Tue Sep 04 17:12:39 2007 --- patched\if_perl.xs Tue Sep 04 16:28:12 2007 *** *** 40,45 --- 40,67 #define PERL_SUBVERSION SUBVERSION

Re: Patch for if_perl.xs

2007-09-04 Fir de Conversatie Tony Mechelynck
Suresh Govindachar wrote: Tony asked: Suresh Govindachar wrote: + #if (ACTIVEPERL_VERSION = 822) + # define PERL589_OR_LATER + #endif + #if (PERL_REVISION == 5) (PERL_VERSION == 8) (PERL_SUBVERSION = 9) + # define PERL589_OR_LATER + #endif + #if