Friday, October 22, 2010

Re: git mirror of all vim scripts

On Fri, Oct 22, 2010 at 12:16 PM, Marc Weber <marco-oweber@gmx.de> wrote:
>> Thanks Marc!  Looks like the mirrored ZenCoding README is unreadable
>>     http://github.com/vim-scripts/ZenCoding.vim
> About this: Going to provide a patch introducing autoload.
> So I"ll ask the maintainer to fix that as well.

I think it's actually my fault, though I'm not quite sure how.
Normally I just strip HTML tags from the description on vim.org.
Here's an example:

This plugin causes all trailing whitespace to be highlighted in red.
<br>
<br>To fix the whitespace errors, just call
:FixWhitespace.&nbsp;&nbsp;By default it
<br>operates on the entire file.&nbsp;&nbsp;Pass a range (or use V
to select some lines)

Since most descriptions still include the original line breaks (I had
thought it was all of them up until today), when you strip the tags,
the description ends up looking just like the way the original author
wrote it.

For ZenCoding, the description is all on one line:

<br>&nbsp;&nbsp; |&lt;/div&gt;<br>&nbsp;&nbsp; |
_<br>&nbsp;&nbsp;<br><br>Tutorial:<br><br>&nbsp;&nbsp;

Not quite sure how he arranged that. Figuring a workaround...

- Scott

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