Saturday, June 23, 2012

Re: visual select entire string enclosed in double quotes that contains newlines

On Sat, Jun 23, 2012 at 10:23 AM, Paul <google01239@rainslide.net> wrote:
> On Friday, 22 June, 2012 at 21:41:01 BST, Joshua Dennis wrote:
>>
>> I have tried unsuccessfully to find a way in vim to visual select an
>> entire string enclosed in double quotes that contains new lines.  Anyone
>> know of a way to do this? (while in vim vi"  is close, but it won't span new
>> lines)
>
>
> It's not entirely what you're after but the SyntaxMotion script can kind of
> help: http://www.vim.org/scripts/script.php?script_id=2965
>
> --
>
> .
>
> --
> 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

I would just put the cursor on the first " and type v/". Perhaps this
is too basic for your needs, though.

--
-Collision
http://twitter.com/cfCollision | http://clearthecrease.blogspot.com/ |
http://noheadlineaudiozine.com/

--
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

No comments: