Wednesday, November 4, 2015

Jumping to matching braces

Hi experts,


jumping to matching braces using % is a nice feature.

But obviously it does not work, if unmatchec braces had been entered after a comment.

Refer to Lisp code attached:

procedure( test()
let( ( a )
loop = t
while( loop
when( something
loop = nil
); end when (
)
);let
);proc

I assume that this behaviour is not specific to Lisp only.

Any idea how make it working even in these situations??

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment