[RFC] Re: short and long log messages

John Arbash Meinel john at arbash-meinel.com
Thu May 18 17:54:04 BST 2006


Wouter van Heyst wrote:

...

>> Well, in bash, doing this works:
>>
>> bzr commit -m "Summary line<CR>
>> more text
>> and still more
>> and a little bit more
>> "
>>
>> Bash holds the command request open until the " is closed. (It works for
>> both " and ')
>>
>> However, I don't know how to spawn a bzr command like
>> 	:!bzr commit -m "stuff for commit"
>> in vim which would wrap lines.
> 
> ^V is a great help for these cases, I also use it for python code that
> uses tabs for some reason, conflicting with my expandtab settings.
> 
> Wouter van Heyst
> 
> 

Well, I tried this:
:!echo "foo^Mbar^Mbaz"

(^V<CR>)
And it gives me:
baz

Hit ENTER or type command to continue

So that doesn't seem quite right.
John
=:->

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060518/23e1a2e3/attachment.pgp 


More information about the bazaar mailing list