Re: Searching for Vim scripts

2007-09-06 Fir de Conversatie Yakov Lerner

On 9/4/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
>
>
> Hello Vim users,
>
> So far we only had the possibility to search for scripts on the Vim
> website.  Of course you could use your favorite search engine, but then
> you would find any type of file, not just Vim scripts.
>
> 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.  It not only finds individual "*.vim"
> files but also scripts inside archives.  E.g., in the Vim distribution.
>
> There is one extra special thing: You search with a regexp pattern.
> Thus what you type in the search box are not keywords, it is different
> from a normal Google search.  For example, you can search for
> "python.*indent" and find matches in "Python indent", "GetPythonIndent"
> and "python_highlight_indent_errors".  The regexp synax used is Posix,
> it's different from Vim regexp.
>
> Try it out on the Vim search page (second box from the top):
>http://www.vim.org/search.php

Wow, regexes in in google codesearch.
Is it what you added ? Do they plan to regex-search anywhere :-) ?

Yakov

--~--~-~--~~~---~--~~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: Searching for Vim scripts

2007-09-04 Fir de Conversatie Doug Kearns

On 9/4/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote:


> 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

--~--~-~--~~~---~--~~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



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 http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: Searching for Vim scripts

2007-09-04 Fir de Conversatie Georg Dahn

Hi!

> 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.  It not only finds individual "*.vim"
> files but also scripts inside archives.  E.g., in the Vim distribution.

This is really great! Thank you very much!

Best wishes,
Georg




--~--~-~--~~~---~--~~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Searching for Vim scripts

2007-09-04 Fir de Conversatie Bram Moolenaar


Hello Vim users,

So far we only had the possibility to search for scripts on the Vim
website.  Of course you could use your favorite search engine, but then
you would find any type of file, not just Vim scripts.

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.  It not only finds individual "*.vim"
files but also scripts inside archives.  E.g., in the Vim distribution.

There is one extra special thing: You search with a regexp pattern.
Thus what you type in the search box are not keywords, it is different
from a normal Google search.  For example, you can search for
"python.*indent" and find matches in "Python indent", "GetPythonIndent"
and "python_highlight_indent_errors".  The regexp synax used is Posix,
it's different from Vim regexp.

Try it out on the Vim search page (second box from the top):
   http://www.vim.org/search.php

Happy Vimming!

-- 
A successful man is one who makes more money than his wife can spend.
A successful woman is one who can find such a man.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

--~--~-~--~~~---~--~~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---