Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

vim and '%': no brackets, how to navigate instead?

0 views
Skip to first unread message

Markus Fischer

unread,
May 21, 2009, 5:29:19 AM5/21/09
to
Hi,

coming from languages which extensively use brackets I'm very accustomed
in using % to jump between start/end. How this is getting a bit tricky,
if not to say "no possible" because of the lack of all the brackets
(which I find refreshing, btw).

But I guess it's not that easy, % would need to be able to jump between
"class" and "end", "if" and "end", "while" and "end", etc.

Is there an easy way to change this behavior or is there some kind of
ready-made plugin available? I'm runnig gvim on win32 and although it
has ruby support (compiled it; syntax files) it doesn't seem to support
this.

thanks,
- Markus

Jeff Schwab

unread,
May 21, 2009, 9:50:04 AM5/21/09
to
Markus Fischer wrote:
> Hi,
>
> coming from languages which extensively use brackets I'm very accustomed
> in using % to jump between start/end. How this is getting a bit tricky,
> if not to say "no possible" because of the lack of all the brackets
> (which I find refreshing, btw).
>
> But I guess it's not that easy, % would need to be able to jump between
> "class" and "end", "if" and "end", "while" and "end", etc.
>
> Is there an easy way to change this behavior or is there some kind of
> ready-made plugin available?

Yes:
http://vim-ruby.rubyforge.org/

I also highly recommend:
http://www.vim.org/scripts/script.php?script_id=1567
http://www.vim.org/scripts/script.php?script_id=39

Markus Fischer

unread,
May 21, 2009, 12:35:36 PM5/21/09
to
Hi,

Jeff Schwab wrote:


> Markus Fischer wrote:
>> Is there an easy way to change this behavior or is there some kind of
>> ready-made plugin available?
>
> Yes:
> http://vim-ruby.rubyforge.org/

thanks, it works now. However, it was my own stupidity actually. I found
that page already and I was reading about matchit but somehow wasn't
able to put the puzzle together.

For the record: gvim on Windows comes with everything already, it just
that the matchit plugin resides in the macro/ dir of vim and to use it,
it has to be in the plugin/ directory.

cheers,
- Markus

0 new messages