Your message dated Sun, 2 Nov 2008 00:19:33 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#419653: wish: matchit plugin should jump to matching
quotation mark when I press %
has caused the Debian Bug report #419653,
regarding [vim-runtime] matchit plugin should jump to matching quotation mark
when % is pressed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
419653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419653
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: vim
Version: 1:7.0-219+1
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]
It would be great if the matchit plugin (a plugin that ships with vim
but is not enabled by default) could jump to matching single or double
quotation marks. So, for example, if I write the following:
She said, "Hey, what's up?"
and I put my cursor on one quotation mark, matchit should be able to
take me to the other quotation mark when I press the % key. This
should work while editing C files, Java files, Perl files, and
preferably also plain text files.
Please use "Reply to All" when you reply to this so your replies will
go to both the Debian and Vim people and will also be archived at
http://bugs.debian.org.
--- End Message ---
--- Begin Message ---
tag 419653 wontfix
thanks
On Tue, Apr 17, 2007 at 04:00:44AM -0400, Jason Spiro wrote:
> It would be great if the matchit plugin (a plugin that ships with vim
> but is not enabled by default) could jump to matching single or double
> quotation marks. So, for example, if I write the following:
>
> She said, "Hey, what's up?"
>
> and I put my cursor on one quotation mark, matchit should be able to
> take me to the other quotation mark when I press the % key.
This isn't really a feasible option as matchit would have no way to know
whether you're on the starting or closing quote. For similar reasons,
this is why Vim's a", a', i", i' text objects only work on the current
line as that narrows, but doesn't eliminate, the possibility of
false-positives.
--
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
--- End Message ---