Wednesday, September 9, 2020

Re: Matching « and »

gevisz <gevisz@gmail.com> wrote:
> What line(s) of code should I add to my vimrc so that ci« behave in
> the same way with respect to « and », as ci( behaves with respect to (
> and )?

Hmmm. "set matchpairs=(:),{:},[:],<:>,«:»" works fine for %, but it
appears that i(, i<, i{, a(, and the like are special movements, not
just keying off matchpairs.

Would it be possible to make the iX and aX family of motions use that
setting too? That's probably the more general fix.

Elijah

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/4BmzSq3KVLzfYm%40panix5.panix.com.

No comments:

Post a Comment