r1263 - in /trunk/packages/vim-scripts: debian/vim-scripts.status html/index.html html/syntax_mkd.vim.html

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Mon Jun 23 14:46:20 UTC 2008


Author: jamessan
Date: Mon Jun 23 14:46:20 2008
New Revision: 1263

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1263
Log:
Update vim-scripts.status and documentation for the new mkd version.


Modified:
    trunk/packages/vim-scripts/debian/vim-scripts.status
    trunk/packages/vim-scripts/html/index.html
    trunk/packages/vim-scripts/html/syntax_mkd.vim.html

Modified: trunk/packages/vim-scripts/debian/vim-scripts.status
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/vim-scripts.status?rev=1263&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/vim-scripts.status (original)
+++ trunk/packages/vim-scripts/debian/vim-scripts.status Mon Jun 23 14:46:20 2008
@@ -387,7 +387,7 @@
 author_url:  http://www.vim.org/account/profile.php?user_id=5655
 email:       benw at plasticboy.com
 license:     no license
-version:     7
+version:     8
 
 script_name: plugin/detectindent.vim
 addon:       detectindent

Modified: trunk/packages/vim-scripts/html/index.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/index.html?rev=1263&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/index.html (original)
+++ trunk/packages/vim-scripts/html/index.html Mon Jun 23 14:46:20 2008
@@ -50,7 +50,7 @@
    <li><a href="syntax_mkd.vim.html">syntax/mkd.vim.html</a></li>
   </ul>
   <p>
-  Page generated on Sun, 20 Apr 2008 10:43:03 -0400
+  Page generated on Mon, 23 Jun 2008 10:45:32 -0400
 .
   </p>
  </body>

Modified: trunk/packages/vim-scripts/html/syntax_mkd.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/syntax_mkd.vim.html?rev=1263&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/syntax_mkd.vim.html (original)
+++ trunk/packages/vim-scripts/html/syntax_mkd.vim.html Mon Jun 23 14:46:20 2008
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>31/19</b>,
-    Downloaded by 1048  </td>
+    Rating <b>33/23</b>,
+    Downloaded by 1192  </td>
 </tr>
 </table>
 <p>
@@ -204,52 +204,60 @@
     <th valign="top">release notes</th>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8375">mkd.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-03-01</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8622">mkd.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>8</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-04-30</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixes several bugs, most thanks to David Wolever:
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Don’t match bold and underline characters inside of words.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Don’t match code blocks that aren’t preceded by a blank line.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Fix double back-tick code blocks without a back-tick inside of them.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Fix # headings being matched anywhere in the line.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Match &lt;pre&gt; and &lt;code&gt; tags.
<br>
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6127">mkd.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>6</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-09-01</i></td>
+    <td class="rowodd" valign="top" width="2000">Really fix matching bold and underline characters inside of words.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8375">mkd.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>7</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-03-01</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
-    <td class="roweven" valign="top" width="2000">Enables spellchecking in Vim 7 and adds highlighting for reference-style links thanks to Will Norris.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4845">mkd.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>5</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-12-01</i></td>
+    <td class="roweven" valign="top" width="2000">Fixes several bugs, most thanks to David Wolever:
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Don’t match bold and underline characters inside of words.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Don’t match code blocks that aren’t preceded by a blank line.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Fix double back-tick code blocks without a back-tick inside of them.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Fix # headings being matched anywhere in the line.
<br>&nbsp;&nbsp;&nbsp;&nbsp;* Match &lt;pre&gt; and &lt;code&gt; tags.
<br>
<br></td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6127">mkd.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2006-09-01</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixes numbered headings being highlighted as list items and horizontal rules being highlighted as headings. Thanks to Stephen Haberman.</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4515">mkd.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>4</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-08-24</i></td>
+    <td class="rowodd" valign="top" width="2000">Enables spellchecking in Vim 7 and adds highlighting for reference-style links thanks to Will Norris.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4845">mkd.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>5</b></td>
+    <td class="roweven" valign="top" nowrap><i>2005-12-01</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixes stuff in parentheses being highlighted when not part of a link structure. </td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4245">mkd.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>3</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-05-05</i></td>
+    <td class="roweven" valign="top" width="2000">Fixes numbered headings being highlighted as list items and horizontal rules being highlighted as headings. Thanks to Stephen Haberman.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4515">mkd.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>4</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2005-08-24</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixes a problem with indented lists being highlighted as code blocks.</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4050">mkd.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-21</i></td>
+    <td class="rowodd" valign="top" width="2000">Fixes stuff in parentheses being highlighted when not part of a link structure. </td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4245">mkd.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>3</b></td>
+    <td class="roweven" valign="top" nowrap><i>2005-05-05</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
-    <td class="roweven" valign="top" width="2000">Initial upload</td>
+    <td class="roweven" valign="top" width="2000">Fixes a problem with indented lists being highlighted as code blocks.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4050">mkd.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2005-03-21</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=5655">Ben Williams</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Initial upload</td>
 </tr>
 </table>
 <!-- finish off the framework -->




More information about the pkg-vim-maintainers mailing list