[SCM] vim-scripts packaging branch, master, updated. 94d6931b39bc216e79e1673187150bfec7383e86

James Vega jamessan at debian.org
Wed Sep 2 03:33:54 UTC 2009


The following commit has been merged in the master branch:
commit 80948d4b9485bc13d10a2984b10a5eaad7271004
Author: James Vega <jamessan at debian.org>
Date:   Tue Sep 1 21:31:39 2009 -0400

    Update NERD_commenter to 2.2.2

diff --git a/debian/changelog b/debian/changelog
index 3f79776..b4c9cec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ vim-scripts (20090211-2) UNRELEASED; urgency=low
   * Remove git-commit script.  Vim is shipped with more complete scripts.
     (Closes: #539380)
   * addons upgrades:
-    - supertab, DoxygenToolkit
+    - supertab, DoxygenToolkit, NERD_commenter
   * Add disabledby-doxygentoolkit.diff patch, which enables the commented out
     plugin loaded check.
 
diff --git a/debian/vim-scripts.status b/debian/vim-scripts.status
index a5e0f8b..cbc910b 100644
--- a/debian/vim-scripts.status
+++ b/debian/vim-scripts.status
@@ -250,11 +250,11 @@ description: easy commenting of code for many filetypes
 script_url:  http://www.vim.org/scripts/script.php?script_id=1218
 author:      Marty Grenfell
 author_url:  http://www.vim.org/account/profile.php?user_id=7006
-email:       mrg39 at student.canterbury.ac.nz
+email:       martin_grenfell at msn.com
 license:     wtfpl [6], see below
 extras:      doc/NERD_commenter.txt
 disabledby:  let loaded_nerd_comments = 1
-version:     2.2.1
+version:     2.2.2
 
 script_name: plugin/project.vim
 addon:       project
diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt
index 3252123..d79d278 100644
--- a/doc/NERD_commenter.txt
+++ b/doc/NERD_commenter.txt
@@ -38,7 +38,7 @@ CONTENTS                                               *NERDCommenterContents*
     5. Issues with the script.................|NERDComIssues|
         5.1 Delimiter detection heuristics....|NERDComHeuristics|
         5.2 Nesting issues....................|NERDComNesting|
-    6.The author..............................|NERDComAuthor|
+    6.About..     ............................|NERDComAbout|
     7.Changelog...............................|NERDComChangelog|
     8.Credits.................................|NERDComCredits|
     9.License.................................|NERDComLicense|
@@ -436,8 +436,6 @@ then the script would do a sexy comment on the last visual selection.
 |'NERDRPlace'|                        Specifies what to use as the right
                                       delimiter placeholder when nesting
                                       comments.
-|'NERDShutUp'|                        Stops "Unknown filetype" output from the
-                                      script
 |'NERDSpaceDelims'|                   Specifies whether to add extra spaces
                                       around delimiters when commenting, and
                                       whether to remove them when
@@ -660,15 +658,6 @@ This option is used to specify whether place-holder delimiters should be used
 when creating a nested comment.
 
 ------------------------------------------------------------------------------
-                                                                  *'NERDShutUp'*
-Values: 0 or 1.
-Default 1.
-
-This option is used to prevent the script from echoing "Unknown filetype"
-messages.  Stick this line in your vimrc: >
-    let NERDShutUp=1
-<
-------------------------------------------------------------------------------
                                                              *'NERDSpaceDelims'*
 Values: 0 or 1.
 Default 0.
@@ -785,7 +774,7 @@ will become: >
 for simplicity)
 
 ==============================================================================
-6. The author                                                  *NERDComAuthor*
+6. About                                                        *NERDComAbout*
 
 The author of the NERD commenter is Martyzillatron --- the half robot, half
 dinosaur bastard son of Megatron and Godzilla. He enjoys destroying
@@ -795,9 +784,29 @@ Drop him a line at martin_grenfell at msn.com. He would love to hear from you.
 its a lonely life being the worlds premier terror machine. How would you feel
 if your face looked like a toaster and a t-rex put together? :(
 
+The latest stable versions can be found at
+    http://www.vim.org/scripts/script.php?script_id=1218
+
+The latest dev versions are on github
+    http://github.com/scrooloose/nerdcommenter
+
 ==============================================================================
 8. Changelog                                                *NERDComChangelog*
 
+2.2.2
+    - remove the NERDShutup option and the message is suppresses, this makes
+      the plugin silently rely on &commentstring for unknown filetypes.
+    - add support for dhcpd, limits, ntp, resolv, rgb, sysctl, udevconf and
+      udevrules. Thanks to Thilo Six.
+    - match filetypes case insensitively
+    - add support for mp (metapost), thanks to Andrey Skvortsov.
+    - add support for htmlcheetah, thanks to Simon Hengel.
+    - add support for javacc, thanks to Matt Tolton.
+    - make <%# %> the default delims for eruby, thanks to tpope.
+    - add support for javascript.jquery, thanks to Ivan Devat.
+    - add support for cucumber and pdf. Fix sass and railslog delims,
+      thanks to tpope
+
 2.2.1
     - add support for newlisp and clojure, thanks to Matthew Lee Hinman.
     - fix automake comments, thanks to Elias Pipping
@@ -841,141 +850,54 @@ if your face looked like a toaster and a t-rex put together? :(
 ==============================================================================
 8. Credits                                                    *NERDComCredits*
 
-Thanks and respect to the following people:
-
-Thanks to Nick Brettell for his many ideas and criticisms. A bloody good
-bastard.
-:normal :.-2s/good//
-
-Thanks to Matthew Hawkins for his awesome refactoring!
-
-Thanks to the authors of the vimspell whose documentation
-installation function I stole :)
-
-Thanks to Greg Searle for the idea of using place-holders for nested comments.
-
-Thanks to Nguyen for the suggestions and pointing the h file highlighting bug!
-Also, thanks for the idea of doing sexy comments as well as his suggestions
-relating to it :P
-Thanks again to Nguyen for complaining about the NERD_comments menu mapping
-(<Alt>-c) interfering with another mapping of his... and thus the
-NERD_dont_create_menu_shortcut option was born :P
-(it was then replaced with NERD_menu_mode in version 1.67 :)
-
-Cheers to Litchi for the idea of having a mapping that appends a comment to
-the current line :)
-
-Thanks to jorge scandaliaris and Shufeng Zheng for telling me about some
-problems with commenting in visual mode. Thanks again to Jorge for his
-continued suggestions on this matter :)
-
-Thanks to Martin Stubenschrott for pointing out a bug with the <C-c> mapping
-:) Ive gotta stop breaking this mapping!
-
-Thanks to Markus Erlmann for pointing out a conflict that this script was
-having with the taglist plugin.
-
-Thanks to Brent Rice for alerting me about, and helping me track down, a bug
-in the script when the "ignorecase" option in vim was set.
-
-Thanks to Richard Willis for telling me about how line continuation was
-causing problems on cygwin. Also, thanks pointing out a bug in the help file
-and for suggesting // comments for c (its about time SOMEONE did :P). May ANSI
-have mercy on your soul :)
-
-Thanks to Igor Prischepoff for suggesting that i implement "toggle comments".
-Also, thanks for his suggested improvements about toggle comments after i
-implemented them.
-
-Thanks to harry for telling me that i broke the <leader>cn mapping in 1.53 :),
-and thanks again for telling me about a bug that occurred when editing a file
-in a new tab.
-
-Thanks to Martin (Krischikim?) for his patch that fixed a bug with the doc
-install function and added support for ada comments with spaces as well as
-making a couple of other small changes.
-
-Thanks to David Bourgeois for pointing out a bug with when commenting c files
-:)... [a few days later] ok i completely  misunderstood what David was talking
-about and ended up fixing a completely different bug to what he was talking
-about :P
-
-Thanks to David Bourgeois for pointing out a bug when changing buffers.
-
-Cheers to Eike Von Seggern for sending me a patch to fix a bug in 1.60 that
-was causing spaces to be added to the end of lines with single-part
-delimiters. It's nice when people do my work for me :D
-
-Thanks to Torsten Blix for telling me about a couple of bugs when uncommenting
-sexy comments. Sexy comments dont look so sexy when they are only half removed
-:P
-
-Thanks to Alexander "boesi" Bosecke for pointing out a bug that was stopping
-the NERD_space_delim_filetype_regexp option from working with left aligned
-toggle comments. And for pointing out a bug when initialising VB comments.
-
-Thanks to Stefano Zacchiroli for suggesting the idea of "Minimal comments".
-And for suggested improvements to minimal comments.
-
-Thanks to Norick Chen for emailing in a patch that fixed the asp delimiters.
-In 1.65
-
-Thanks to Joseph Barker for the sugesting that the menu be an optional
-feature.
-
-Thanks to Gary Church and Tim Carey-Smith for complaining about the
-keymappings and causing me to introduce the NERD_mapleader option :)
-
-Thanks to Markus Klinik for emailing me about a bug for sexy comments where
-spaces were being eaten.
-
-Thanks to Anders for emailing me a patch to help get rid of all the visual
-bells and screen scrolling.
-
-Thanks to Anders and Markus Klinik for emailing me about the screen scrolling
-issues and finally getting me off my ass about them :P
-
-Thanks to Seth Mason for sending me a patch to fix some pathing issues for the
-help doc installation.
-
-Cheers to James Hales for the patch that made the comment maps work better with
-counts, and made the script reset comment delims for a buffer when its
-filetype changes.
-
-Cheers to heptite on #vim for helping me track down some tab-space conversion
-bugs.
-
-Cheers to Cheng Fang for the bug reports :D
-
-Cheers to Yongwei Wu for a bug report about the passwd filetype.
-
-Thanks to David Miani for reporting a space-removal bug when using the
-NERDSpaceDelims option.
-
-Thanks to Jeremy Hinegardner for emailing me about a bug with aligned
-comments and the NERDSpaceDelims option.
-
-Thanks to marco for suggesting NERDDefaultNesting be set by default.
-
-Thanks to Ingo Karkat for the bug reports and the bugfix patch.
-
-Thanks to Zhang Shuhan for sending me a report about spaces not being removed
-properly in some circumstances. Also, thanks for emailing me a bunch of bug
-reports about sexy/toggle comments and for testing my fixes.
-
-Thanks to tpope for the english lesson.
-
-Thanks to Ben Schmidt, David Fishburn, and Erik Falor for emailing me about an
-incompatibility with vim7.2. Thanks also to JaGoTerr for posting the issue.
-
-Thanks to Elias Pipping for sending me a bug report about haskell commenting.
-
-Thanks to mntnoe for pointing out incorrect delimiters for haskell.
-
-Thanks to Mark S. for pointing out a bug in the doc.
-
-Not to forget! Thanks to the following people for sending me new filetypes to
-support :D
+Thanks to the follow people for suggestions and patches:
+
+Nick Brettell
+Matthew Hawkins
+Mathieu Clabaut
+Greg Searle
+Nguyen
+Litchi
+Jorge Scandaliaris
+Shufeng Zheng
+Martin Stubenschrott
+Markus Erlmann
+Brent Rice
+Richard Willis
+Igor Prischepoff
+Harry
+David Bourgeois
+Eike Von Seggern
+Torsten Blix
+Alexander Bosecke
+Stefano Zacchiroli
+Norick Chen
+Joseph Barker
+Gary Church
+Tim Carey-Smith
+Markus Klinik
+Anders
+Seth Mason
+James Hales
+Heptite
+Cheng Fang
+Yongwei Wu
+David Miani
+Jeremy Hinegardner
+Marco
+Ingo Karkat
+Zhang Shuhan
+tpope
+Ben Schmidt
+David Fishburn
+Erik Falor
+JaGoTerr
+Elias Pipping
+mntnoe
+Mark S.
+
+
+Thanks to the following people for sending me new filetypes to support:
 
 The hackers                         The filetypes~
 Sam R                               verilog
@@ -1055,7 +977,13 @@ David                               conkyrc
 Miguel Jaque Barbero                SVNannotate
 Stefan Walk                         sieve
 Adam Thorsen                        objj
-
+Thilo Six                           dhcpd, limits, ntp, resolv, rgb, sysctl,
+                                    udevconf, udevrules
+Andrey Skvortsov                    mp
+Simon Hengel                        htmlcheetah
+Matt Tolton                         javacc
+Ivan Devat                          javascript.jquery
+tpope                               cucumber,pdf
 ==============================================================================
 9. License                                                    *NERDComLicense*
 
diff --git a/html/index.html b/html/index.html
index 0625070..0ff3233 100644
--- a/html/index.html
+++ b/html/index.html
@@ -50,7 +50,7 @@
    <li><a href="syntax_mkd.vim.html">syntax/mkd.vim.html</a></li>
   </ul>
   <p>
-  Page generated on Tue, 01 Sep 2009 21:20:56 -0400
+  Page generated on Tue, 01 Sep 2009 21:31:01 -0400
 .
   </p>
  </body>
diff --git a/html/plugin_NERD_commenter.vim.html b/html/plugin_NERD_commenter.vim.html
index 9b11538..95f526e 100644
--- a/html/plugin_NERD_commenter.vim.html
+++ b/html/plugin_NERD_commenter.vim.html
@@ -46,6 +46,19 @@
     <tr>
         <td><small>not logged in (<a href="/login.php">login</a>)</small></td>
     </tr>
+    <tr><td>
+<small>&nbsp;</small>
+<form action="http://www.google.com/cse" id="cse-search-box">
+  <div>
+    <input type="hidden" name="cx" value="partner-pub-3005259998294962:bvyni59kjr1" />
+    <input type="hidden" name="ie" value="ISO-8859-1" />
+    <input type="text" name="q" size="20" />
+    <br>
+    <input type="submit" name="sa" value="Search" />
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
+    </td></tr>
     <tr>
         <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="1"></td>
     </tr>
@@ -59,7 +72,7 @@
             <td class="sidebarheader"><a href="/index.php">Home</a></td>
         </tr>
         <tr>
-            <td class="sidebarheader"><a href="/search.php">Search</a></td>
+            <td class="sidebarheader"><a href="/search.php">Advanced search</a></td>
         </tr>
     <tr>
         <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
@@ -153,8 +166,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>852/279</b>,
-    Downloaded by 13431  </td>
+    Rating <b>1016/330</b>,
+    Downloaded by 17478  </td>
 </tr>
 </table>
 <p>
@@ -167,7 +180,7 @@
 <tr><td>utility</td></tr>
 <tr><td>&nbsp;</td></tr>
 <tr><td class="prompt">description</td></tr>
-<tr><td>NOTE: As of version 2.1.4 the script requires vim7.
<br>
<br>Issue tracker: <a target="_blank" href="http://code.google.com/p/nerdcommenter/issues/list">http://code.google.com/p/nerdcommenter/issues/list</A>
<br>
<br>The following key mappings are provided by default (there is also a menu
<br>provided that contains menu items corresponding to all the below mappings):
<br>
<br>Most of the following mappings are for normal/visual mode only. The
<br>|NERDComInsertComment| mapping is for insert mode only.
<br>
<br>,cc |NERDComComment| 
<br>Comments out the current line or text selected in visual mode.
<br>
<br>,cn |NERDComNestedComment| 
<br>Same as |NERDComComment| but forces nesting.
<br>
<br>,c&lt;space&gt; |NERDComToggleComment| 
<br>Toggles the comment state of the selected line(s). If the topmost selected
<br>line is commented, all selected lines are uncommented and vice versa.
<br>
<br>,cm |NERDComMinimalComment| 
<br>Comments the given lines using only one set of multipart delimiters if
<br>possible. 
<br>
<br>,ci |NERDComInvertComment| 
<br>Toggles the comment state of the selected line(s) individually. Each selected
<br>line that is commented is uncommented and vice versa.
<br>
<br>,cs |NERDComSexyComment| 
<br>Comments out the selected lines ``sexily''
<br>
<br>,cy |NERDComYankComment|
<br>Same as |NERDComComment| except that the commented line(s) are yanked
<br>before commenting.
<br>
<br>,c$ |NERDComEOLComment| 
<br>Comments the current line from the cursor to the end of line.
<br>
<br>,cA |NERDComAppendComment| 
<br>Adds comment delimiters to the end of line and goes into insert mode between
<br>them.
<br>
<br>,cI |NERDComPrependComment| 
<br>Adds comment delimiters to the start of line and goes into insert mode between
<br>them.
<br>
<br>|NERDComInsertComment| 
<br>Adds comment delimiters at the current cursor position and inserts between.
<br>Disabled by default.
<br>
<br>,ca |NERDComAltDelim| 
<br>Switches to the alternative set of delimiters.
<br>
<br>,cl OR ,cr OR ,cb |NERDComAlignedComment| 
<br>Same as |NERDComComment| except that the delimiters are aligned down the
<br>left side (,cl), the right side (,cr) or both sides
<br>(,cb).
<br>
<br>,cu |NERDComUncommentLine| 
<br>Uncomments the selected line(s).
<br>
<br>Filetypes that can be commented by this plugin:
<br>abaqus abc acedb ada ahdl amiga aml ampl ant apache apachestyle asm68k asm asn
<br>aspvbs atlas autohotkey autoit automake ave awk basic b bc bdf bib bindzone bst
<br>btm caos catalog c cfg cg ch changelog cl clean clipper cmake conf config
<br>context cpp crontab cs csc csp css cterm cupl csv cvs dcl debchangelog
<br>debcontrol debsources def diff django docbk dns dosbatch dosini dot dracula dsl
<br>dtd dtml dylan ecd eiffel elf elmfilt erlang eruby eterm expect exports
<br>fetchmail fgl focexec form fortran foxpro fstab fvwm fx gdb gdmo geek
<br>gentoo-package-keywords' gentoo-package-mask' gentoo-package-use' gnuplot gtkrc
<br>haskell hb h help hercules hog html htmldjango htmlos ia64 icon idlang idl
<br>indent inform inittab ishd iss ist jam java javascript jess jgraph jproperties
<br>jproperties jsp kconfig kix kscript lace lex lftp lifelines lilo lisp lite
<br>lotos lout lprolog lscript lss lua lynx m4 mail make maple masm master matlab
<br>mel mf mib mma model moduala.&nbsp;&nbsp;modula2 modula3 monk mush muttrc named nasm
<br>nastran natural ncf netdict netrw nqc nroff nsis ocaml occam omlet omnimark
<br>openroad opl ora otl ox pascal passwd pcap pccts perl pfmain php phtml pic pike
<br>pilrc pine plaintex plm plsql po postscr pov povini ppd ppwiz procmail progress
<br>prolog psf ptcap python python qf radiance ratpoison r rc readline rebol
<br>registry remind rexx robots rpl rtf ruby sa samba sas sather scheme scilab
<br>screen scsh sdl sed selectbuf sgml sgmldecl sgmllnx sicad simula sinda skill
<br>slang sl slrnrc sm smarty smil smith sml snnsnet snnspat snnsres snobol4 spec
<br>specman spice sql sqlforms sqlj sqr squid st stp strace svn systemverilog tads
<br>taglist tags tak tasm tcl terminfo tex text plaintex texinfo texmf tf tidy tli
<br>trasys tsalt tsscl tssgm uc uil vb verilog verilog_systemverilog vgrindefs vhdl
<br>vim viminfo virata vo_base vrml vsejcl webmacro wget winbatch wml [^w]*sh
<br>wvdial xdefaults xf86conf xhtml xkb xmath xml xmodmap xpm2 xpm xslt yacc yaml
<br>z8a 
<br></td></tr>
+<tr><td>Grab the latest dev version from github: <a target="_blank" href="https://github.com/scrooloose/nerdcommenter">https://github.com/scrooloose/nerdcommenter</A>.
<br>
<br>The following key mappings are provided by default (there is also a menu
<br>provided that contains menu items corresponding to all the below mappings):
<br>
<br>Most of the following mappings are for normal/visual mode only. The
<br>|NERDComInsertComment| mapping is for insert mode only.
<br>
<br>,cc |NERDComComment| 
<br>Comments out the current line or text selected in visual mode.
<br>
<br>,cn |NERDComNestedComment| 
<br>Same as |NERDComComment| but forces nesting.
<br>
<br>,c&lt;space&gt; |NERDComToggleComment| 
<br>Toggles the comment state of the selected line(s). If the topmost selected
<br>line is commented, all selected lines are uncommented and vice versa.
<br>
<br>,cm |NERDComMinimalComment| 
<br>Comments the given lines using only one set of multipart delimiters if
<br>possible. 
<br>
<br>,ci |NERDComInvertComment| 
<br>Toggles the comment state of the selected line(s) individually. Each selected
<br>line that is commented is uncommented and vice versa.
<br>
<br>,cs |NERDComSexyComment| 
<br>Comments out the selected lines ``sexily''
<br>
<br>,cy |NERDComYankComment|
<br>Same as |NERDComComment| except that the commented line(s) are yanked
<br>before commenting.
<br>
<br>,c$ |NERDComEOLComment| 
<br>Comments the current line from the cursor to the end of line.
<br>
<br>,cA |NERDComAppendComment| 
<br>Adds comment delimiters to the end of line and goes into insert mode between
<br>them.
<br>
<br>,cI |NERDComPrependComment| 
<br>Adds comment delimiters to the start of line and goes into insert mode between
<br>them.
<br>
<br>|NERDComInsertComment| 
<br>Adds comment delimiters at the current cursor position and inserts between.
<br>Disabled by default.
<br>
<br>,ca |NERDComAltDelim| 
<br>Switches to the alternative set of delimiters.
<br>
<br>,cl OR ,cr OR ,cb |NERDComAlignedComment| 
<br>Same as |NERDComComment| except that the delimiters are aligned down the
<br>left side (,cl), the right side (,cr) or both sides
<br>(,cb).
<br>
<br>,cu |NERDComUncommentLine| 
<br>Uncomments the selected line(s).
<br>
<br>Filetypes that can be commented by this plugin:
<br>abaqus abc acedb ada ahdl amiga aml ampl ant apache apachestyle asm68k asm asn
<br>aspvbs atlas autohotkey autoit automake ave awk basic b bc bdf bib bindzone bst
<br>btm caos catalog c cfg cg ch changelog cl clean clipper cmake conf config
<br>context cpp crontab cs csc csp css cterm cupl csv cvs dcl debchangelog
<br>debcontrol debsources def diff django docbk dns dosbatch dosini dot dracula dsl
<br>dtd dtml dylan ecd eiffel elf elmfilt erlang eruby eterm expect exports
<br>fetchmail fgl focexec form fortran foxpro fstab fvwm fx gdb gdmo geek
<br>gentoo-package-keywords' gentoo-package-mask' gentoo-package-use' gnuplot gtkrc
<br>haskell hb h help hercules hog html htmldjango htmlos ia64 icon idlang idl
<br>indent inform inittab ishd iss ist jam java javascript jess jgraph jproperties
<br>jproperties jsp kconfig kix kscript lace lex lftp lifelines lilo lisp lite
<br>lotos lout lprolog lscript lss lua lynx m4 mail make maple masm master matlab
<br>mel mf mib mma model moduala.&nbsp;&nbsp;modula2 modula3 monk mush muttrc named nasm
<br>nastran natural ncf netdict netrw nqc nroff nsis ocaml occam omlet omnimark
<br>openroad opl ora otl ox pascal passwd pcap pccts perl pfmain php phtml pic pike
<br>pilrc pine plaintex plm plsql po postscr pov povini ppd ppwiz procmail progress
<br>prolog psf ptcap python python qf radiance ratpoison r rc readline rebol
<br>registry remind rexx robots rpl rtf ruby sa samba sas sather scheme scilab
<br>screen scsh sdl sed selectbuf sgml sgmldecl sgmllnx sicad simula sinda skill
<br>slang sl slrnrc sm smarty smil smith sml snnsnet snnspat snnsres snobol4 spec
<br>specman spice sql sqlforms sqlj sqr squid st stp strace svn systemverilog tads
<br>taglist tags tak tasm tcl terminfo tex text plaintex texinfo texmf tf tidy tli
<br>trasys tsalt tsscl tssgm uc uil vb verilog verilog_systemverilog vgrindefs vhdl
<br>vim viminfo virata vo_base vrml vsejcl webmacro wget winbatch wml [^w]*sh
<br>wvdial xdefaults xf86conf xhtml xkb xmath xml xmodmap xpm2 xpm xslt yacc yaml
<br>z8a 
<br></td></tr>
 <tr><td>&nbsp;</td></tr>
 <tr><td class="prompt">install details</td></tr>
 <tr><td>***NOTE***: In version 2.0.0 the script file and help file were renamed to NERD_commenter.vim and NERD_commenter.txt. 
<br>If you are upgrading from version &lt; 2.0.0 to version &gt;= 2.0.0 then you must delete the old files NERD_comments.vim and
<br>NERD_comments.txt.
<br>
<br>Stick the NERD_comments.vim in ~/.vim/plugin and NERD_comments.txt in ~/.vim/doc. 
<br>
<br>Run :helptags ~/.vim/doc.
<br>
<br>Restart vim.
<br>
<br>Go :help NERD_commenter.txt to read the help file.</td></tr>
@@ -204,796 +217,228 @@ Click on the package to download.
     <th valign="top">release notes</th>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=9497">NERD_commenter.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.2.1</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-11-13</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=10318">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.2.2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2009-03-30</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
<br>- fix automake comments, thanks to Elias Pipping
<br>- make haml comments default to -# with / as the alternative delimiter,
<br>&nbsp;&nbsp;thanks to tpope
<br>- add support for actionscript and processing thanks to Edwin Benavides
<br>- add support for ps1 (powershell), thanks to Jason Mills
<br>- add support for hostsaccess, thanks to Thomas Rowe
<br>- add support for CVScommit
<br>- add support for asciidoc, git and gitrebase. Thanks to Simon Ruderich.
<br>- use # for gitcommit comments, thanks to Simon Ruderich.
<br>- add support for mako and genshi, thanks to Keitheis.
<br>- add support for conkyrc, thanks to David
<br>- add support for SVNannotate, thanks to Miguel Jaque Barbero.
<br>- add support for sieve, thanks to Stefan Walk
<br>- add support for objj, thanks to Adam Thorsen.
<br></td>
+    <td class="rowodd" valign="top" width="2000">- remove the NERDShutup option and the message is
<br>&nbsp;&nbsp;suppresses, this makes the plugin silently rely on
<br>&nbsp;&nbsp;&commentstring for unknown filetypes.
<br>- add support for dhcpd, limits, ntp, resolv, rgb, sysctl,
<br>&nbsp;&nbsp;udevconf and udevrules. Thanks to Thilo Six.
<br>- match filetypes case insensitively
<br>- add support for mp (metapost), thanks to Andrey Skvortsov.
<br>- add support for htmlcheetah, thanks to Simon Hengel.
<br>- add support for javacc, thanks to Matt Tolton.
<br>- make &lt;%# %&gt; the default delims for eruby, thanks to tpope.
<br>- add support for javascript.jquery, thanks to Ivan Devat.
<br>- add support for cucumber and pdf. Fix sass and railslog
<br>&nbsp;&nbsp;delims, thanks to tpope
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=9303">NERD_commenter.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.2.0</b></td>
-    <td class="roweven" valign="top" nowrap><i>2008-10-03</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=9497">NERD_commenter.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.2.1</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-11-13</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- rewrote the mappings system to be more &quot;standard&quot;.
<br>&nbsp;&nbsp;- removed all the mapping options. Now, mappings to &lt;plug&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;mappings are used
<br>&nbsp;&nbsp;- see :help NERDComMappings, and :help
<br>&nbsp;&nbsp;&nbsp;&nbsp;NERDCreateDefaultMappings for more info
<br>- remove &quot;prepend comments&quot; and &quot;right aligned comments&quot;.
<br>- add support for applescript, calbire, man, SVNcommit,
<br>&nbsp;&nbsp;potwiki, txt2tags and SVNinfo.&nbsp;&nbsp;Thanks to nicothakis,
<br>&nbsp;&nbsp;timberke, sgronblo, mntnoe, Bernhard Grotz, John O'Shea,
<br>&nbsp;&nbsp;François and Giacomo Mariani respectively.
<br>- bugfix for haskell delimiters. Thanks to mntnoe.</td>
+    <td class="roweven" valign="top" width="2000">- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
<br>- fix automake comments, thanks to Elias Pipping
<br>- make haml comments default to -# with / as the alternative delimiter,
<br>&nbsp;&nbsp;thanks to tpope
<br>- add support for actionscript and processing thanks to Edwin Benavides
<br>- add support for ps1 (powershell), thanks to Jason Mills
<br>- add support for hostsaccess, thanks to Thomas Rowe
<br>- add support for CVScommit
<br>- add support for asciidoc, git and gitrebase. Thanks to Simon Ruderich.
<br>- use # for gitcommit comments, thanks to Simon Ruderich.
<br>- add support for mako and genshi, thanks to Keitheis.
<br>- add support for conkyrc, thanks to David
<br>- add support for SVNannotate, thanks to Miguel Jaque Barbero.
<br>- add support for sieve, thanks to Stefan Walk
<br>- add support for objj, thanks to Adam Thorsen.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=9031">NERD_commenter.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.18</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-07-27</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=9303">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.2.0</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-10-03</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- add support for llvm. Thanks to nicothakis.
<br>- add support for xquery. Thanks to Phillip Kovalev.
<br>- fixed haskell delimiters (hackily). Thanks to Elias
<br>&nbsp;&nbsp;Pipping.
<br>- add support for mailcap. Thanks to Pascal Brueckner.
<br>- add support for stata. Thanks to Jerónimo Carballo.
<br>- applied a patch from ewfalor to fix an error in the help
<br>&nbsp;&nbsp;file with the NERDMapleader doc
<br>- disable the insert mode ctrl-c mapping by default, see
<br>&nbsp;&nbsp;:help NERDComInsertComment if you wish to restore it
<br></td>
+    <td class="rowodd" valign="top" width="2000">- rewrote the mappings system to be more &quot;standard&quot;.
<br>&nbsp;&nbsp;- removed all the mapping options. Now, mappings to &lt;plug&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;mappings are used
<br>&nbsp;&nbsp;- see :help NERDComMappings, and :help
<br>&nbsp;&nbsp;&nbsp;&nbsp;NERDCreateDefaultMappings for more info
<br>- remove &quot;prepend comments&quot; and &quot;right aligned comments&quot;.
<br>- add support for applescript, calbire, man, SVNcommit,
<br>&nbsp;&nbsp;potwiki, txt2tags and SVNinfo.&nbsp;&nbsp;Thanks to nicothakis,
<br>&nbsp;&nbsp;timberke, sgronblo, mntnoe, Bernhard Grotz, John O'Shea,
<br>&nbsp;&nbsp;François and Giacomo Mariani respectively.
<br>- bugfix for haskell delimiters. Thanks to mntnoe.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8860">NERD_commenter.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.16</b></td>
-    <td class="roweven" valign="top" nowrap><i>2008-06-26</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=9031">NERD_commenter.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.18</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-07-27</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">compatibility fix for vim7.2, cheers to Ben Schmidt, David Fishburn, and
<br>Erik Falor for the emails, and to JaGoTerr for posting the issue.
<br></td>
+    <td class="roweven" valign="top" width="2000">- add support for llvm. Thanks to nicothakis.
<br>- add support for xquery. Thanks to Phillip Kovalev.
<br>- fixed haskell delimiters (hackily). Thanks to Elias
<br>&nbsp;&nbsp;Pipping.
<br>- add support for mailcap. Thanks to Pascal Brueckner.
<br>- add support for stata. Thanks to Jerónimo Carballo.
<br>- applied a patch from ewfalor to fix an error in the help
<br>&nbsp;&nbsp;file with the NERDMapleader doc
<br>- disable the insert mode ctrl-c mapping by default, see
<br>&nbsp;&nbsp;:help NERDComInsertComment if you wish to restore it
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8833">NERD_commenter.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.15</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-06-21</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8860">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.16</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-06-26</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- added pamconf support, thanks to Martin Kustermann
<br>- added mason support, thanks to Indriði Einarsson
<br>- added map support, thanks to Chris
<br>- added bzr support, thanks to Stromnov
<br>- added group support, thanks to Krzysztof A. Adamski
<br>- change license to wtfpl
<br></td>
+    <td class="rowodd" valign="top" width="2000">compatibility fix for vim7.2, cheers to Ben Schmidt, David Fishburn, and
<br>Erik Falor for the emails, and to JaGoTerr for posting the issue.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8700">NERD_commenter.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.14</b></td>
-    <td class="roweven" valign="top" nowrap><i>2008-05-16</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8833">NERD_commenter.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.15</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-06-21</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- added support for gitconfig, tar, nerdtree
<br>- added support for dtrace, thanks to nicothakis for the post
<br></td>
+    <td class="roweven" valign="top" width="2000">- added pamconf support, thanks to Martin Kustermann
<br>- added mason support, thanks to Indriði Einarsson
<br>- added map support, thanks to Chris
<br>- added bzr support, thanks to Stromnov
<br>- added group support, thanks to Krzysztof A. Adamski
<br>- change license to wtfpl
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8643">NERD_commenter.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.13</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-05-03</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8700">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.14</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-05-16</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000"> - added support for rib, pyrex/cython, liquid, services, gitcommit,
<br>&nbsp;&nbsp;vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
<br>&nbsp;&nbsp;Benz, A Pontus, and Stromnov for emailing me and/or posting issues.
<br>- set the NERDRemoveExtraSpaces option to 1 by default as the doc states
<br>- other fixes: (thanks to Zhang Shuhan for all his emails and testing)
<br>&nbsp;&nbsp;&nbsp;&nbsp;* made the sexy comment mapping fall back to normal commenting if sexy
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;comments arent possible for the current filetype
<br>&nbsp;&nbsp;&nbsp;&nbsp;* fixed some bugs with sexy comments
<br>&nbsp;&nbsp;&nbsp;&nbsp;* made the uncommenting side of toggle comments slightly more robust
<br>&nbsp;&nbsp;&nbsp;&nbsp;* fixed a bug where some extra spaces werent being removed (although
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the currect options were set)
<br></td>
+    <td class="rowodd" valign="top" width="2000">- added support for gitconfig, tar, nerdtree
<br>- added support for dtrace, thanks to nicothakis for the post
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8510">NERD_commenter.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.12</b></td>
-    <td class="roweven" valign="top" nowrap><i>2008-03-30</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8643">NERD_commenter.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.13</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-05-03</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- added support for patran and dakota, thx to Jacobo Diaz for the email
<br>- added support for gentoo-env-d, gentoo-init-d, gentoo-make-conf, grub, modconf and sudoers filetypes, thx to Li Jin for the patch.
<br>- added support for SVNdiff, gitAnnotate, gitdiff. Thx to nicothakis for posting the issue
<br></td>
+    <td class="roweven" valign="top" width="2000"> - added support for rib, pyrex/cython, liquid, services, gitcommit,
<br>&nbsp;&nbsp;vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
<br>&nbsp;&nbsp;Benz, A Pontus, and Stromnov for emailing me and/or posting issues.
<br>- set the NERDRemoveExtraSpaces option to 1 by default as the doc states
<br>- other fixes: (thanks to Zhang Shuhan for all his emails and testing)
<br>&nbsp;&nbsp;&nbsp;&nbsp;* made the sexy comment mapping fall back to normal commenting if sexy
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;comments arent possible for the current filetype
<br>&nbsp;&nbsp;&nbsp;&nbsp;* fixed some bugs with sexy comments
<br>&nbsp;&nbsp;&nbsp;&nbsp;* made the uncommenting side of toggle comments slightly more robust
<br>&nbsp;&nbsp;&nbsp;&nbsp;* fixed a bug where some extra spaces werent being removed (although
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the currect options were set)
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8335">NERD_commenter.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.11</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-02-23</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8510">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.12</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-03-30</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- fixed a bug with the selection option and visual commenting (again).&nbsp;&nbsp;Thanks to Ingo Karkat (again).
<br></td>
+    <td class="rowodd" valign="top" width="2000">- added support for patran and dakota, thx to Jacobo Diaz for the email
<br>- added support for gentoo-env-d, gentoo-init-d, gentoo-make-conf, grub, modconf and sudoers filetypes, thx to Li Jin for the patch.
<br>- added support for SVNdiff, gitAnnotate, gitdiff. Thx to nicothakis for posting the issue
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8325">NERD_commenter.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.10</b></td>
-    <td class="roweven" valign="top" nowrap><i>2008-02-22</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8335">NERD_commenter.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.11</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-02-23</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- added support for Wikipedia (thanks to Chen Xing)
<br>- added support for mplayerconf
<br>- bugfixes (thanks to Ingo Karkat for the bug report/patch)
<br>- added support for mkd (thanks to Stefano Zacchiroli)
<br></td>
+    <td class="roweven" valign="top" width="2000">- fixed a bug with the selection option and visual commenting (again).&nbsp;&nbsp;Thanks to Ingo Karkat (again).
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8161">NERD_commenter.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.9</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-01-18</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8325">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.10</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-02-22</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- added support for mrxvtrc and aap, thx to Marco for the emails
<br>- added dummy support for SVNAnnotate, SVKAnnotate and CVSAnnotate, thx to nicothakis for posting the issue
<br></td>
+    <td class="rowodd" valign="top" width="2000">- added support for Wikipedia (thanks to Chen Xing)
<br>- added support for mplayerconf
<br>- bugfixes (thanks to Ingo Karkat for the bug report/patch)
<br>- added support for mkd (thanks to Stefano Zacchiroli)
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8051">NERD_commenter.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.8</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-12-13</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8161">NERD_commenter.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.9</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-01-18</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- fixed a couple of bugs with the NERDSpaceDelims option, thx to David Miani and Jeremy Hinegardner
<br>- added dummy support for lhaskell, thx to pipp for posting the issue
<br>- added an alternative set of delims for the plsql filetype, thx to Kuchma Michael
<br>- added support for spectre, thx to Brett Warneke
<br>- added support for scala, thx to Renald Buter
<br>- added support for asymptote, thx to Vladimir Lomov
<br>- made NERDDefaultNesting enabled by default as this seems more intuitive, thx to marco for the suggestion
<br></td>
+    <td class="roweven" valign="top" width="2000">- added support for mrxvtrc and aap, thx to Marco for the emails
<br>- added dummy support for SVNAnnotate, SVKAnnotate and CVSAnnotate, thx to nicothakis for posting the issue
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7827">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.6</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-10-25</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8051">NERD_commenter.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.8</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-12-13</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- added support for gentoo-conf-d thanks to tinoucas for posting the issue and the patch
<br>- added support for the D filetype. Thanks to Greg Weber for the email.
<br>- added dummy support for cobol, cheers to timberke for posting the issue.
<br>- added support for velocity. Thanks to Bruce Sherrod for the email.
<br></td>
+    <td class="rowodd" valign="top" width="2000">- fixed a couple of bugs with the NERDSpaceDelims option, thx to David Miani and Jeremy Hinegardner
<br>- added dummy support for lhaskell, thx to pipp for posting the issue
<br>- added an alternative set of delims for the plsql filetype, thx to Kuchma Michael
<br>- added support for spectre, thx to Brett Warneke
<br>- added support for scala, thx to Renald Buter
<br>- added support for asymptote, thx to Vladimir Lomov
<br>- made NERDDefaultNesting enabled by default as this seems more intuitive, thx to marco for the suggestion
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7786">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.5</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-10-12</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7827">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.6</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-10-25</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- added support for lilypond, bbx and lytex. Thanks to Eyolf Østrem for the email.
<br>- added an alterative set of delimiters for the dosbatch filetype, thanks to Ingo Karkat for the email.
<br>- added support for the markdown filetype. Thanks to Nicolas Weber for posting the issue.
<br></td>
+    <td class="roweven" valign="top" width="2000">- added support for gentoo-conf-d thanks to tinoucas for posting the issue and the patch
<br>- added support for the D filetype. Thanks to Greg Weber for the email.
<br>- added dummy support for cobol, cheers to timberke for posting the issue.
<br>- added support for velocity. Thanks to Bruce Sherrod for the email.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7731">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.4</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-09-29</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7786">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.5</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-10-12</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- added support for the ahk filetype. Cheers to Don Hatlestad for the email.
<br>- added support for desktop and xsd filetypes. Thanks to Christophe Benz.
<br>- added dummy support for Rails-log
<br>- fixed a bunch of bugs in the comment delimiter setup process, thanks to Cheng Fang for the email :D
<br>- hardcore refactoring and removal of seldomly used, overly-complex functionality
<br>- the script now requires vim 7
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7570">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.3</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-08-27</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- fixed numerous bugs that were causing tabs to permanently be converted to spaces, even if noexpandtab was set. Thanks to Heptite on #vim for working with me to track them down :)
<br>- added dummy support for &quot;lookupfile&quot;. Thanks to David Fishburn for the email.
<br>- added support for &quot;rst&quot;, thanks to Niels Aan de Brugh for the email.
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7543">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.2</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-08-22</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added support for the vera and ldif filetypes. Thanks to Normandie
<br>Azucena and Florian Apolloner for the emails.
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7525">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.1.1</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-08-18</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- added dummy support for SVNcommitlog and vcscommit. Thanks to John O'Shea for the email.
<br>- added support for Groovy. Thanks to Jason Mills for the email.
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7466">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.1.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-08-08</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- now the script resets the delimiters when the filetype of the buffer changes (thanks to James Hales for the patch)
<br>- added formal support/doc for prepending a count to many of the commenting maps so you can go, eg, 5,cc to comment 5 lines from normal&nbsp;&nbsp;mode. Thanks again to James Hales for the patch.
<br>- added support for the &quot;gams&quot; filetype that Jorge Rodrigues created.
<br>- added support for the &quot;objc&quot; filetype, thanks to Rainer Müller for the email.
<br>- added support for the &quot;sass&quot; filetype that Dmitry Ilyashevich created.</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7391">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.0.7</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-07-22</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added support for eclass and ebuild filetypes. Thanks to Alex Tarkovsky
<br>for the email.
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7309">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.0.6</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-06-29</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- Changed the default setting of NERDMapleader to &quot;,c&quot;, meaning all the maps now start with ,c instead of \c. This is to stop a major mapping clash with the vcscommand plugin. Anyone wanting to keep the \c map leader should read :help NERDMapleader.
<br>- Added support for debcontrol and dummy support for debchangelog filetypes, thanks to Stefano Zacchiroli for the email.
<br>- Made it so that the NERDShutUp option now only controls the &quot;Pleeease email the delimiters...&quot; requests. It no longer affects the general output of the script.
<br>- Simplified the names of the help tags. 
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7253">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.0.5</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-06-16</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- Added support for autoit, autohotkey and docbk filetypes (thanks to&nbsp;&nbsp;Michael Böhler)
<br>- Added support for cmake (thanks to Aaron Small)
<br>- Added support for htmldjango and django filetypes (thanks to Ramiro&nbsp;&nbsp;Morales)
<br>- Improved the delimiters for eruby again
<br>- Applied a patch from Seth Mason to fix some pathing issues with the help&nbsp;&nbsp;file installation.
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7097">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.0.4</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-05-11</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- Added support for verilog_systemverilog and systemverilog filetypes
<br>&nbsp;&nbsp;(Thanks to Alexey for the email)
<br>- Added support for fstab, thanks to Lizendir for the email.
<br>- Added support for the smarty filetype.
<br>- Improved the delimiters for eruby.
<br>- Added dummy support for changelog filetype.
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7060">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.0.3</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-05-03</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- Added dummy support for the csv filetype (thx to Mark Woodward for the
<br>&nbsp;&nbsp;email)
<br>- Added dummy support for vo_base and otl filetypes (thanks to fREW for
<br>&nbsp;&nbsp;the email)
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6977">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.0.2</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-04-13</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Minor bug fix that was stopping nested comments from working</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6972">NERD_commenter.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>2.0.1</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-04-12</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- Fixed the visual bell for the |NERDComToEOLMap| map.
<br>- Added another possible value to the NERDMenuMode option which causes the
<br>&nbsp;&nbsp;menu to be displayed under 'Plugin -&gt; Comment'. See :h NERDMenuMode.
<br>&nbsp;&nbsp;This new menu mode is now the default.
<br>- Added support for the occam filetype (thanks to Anders for emailing me)
<br>- Made the main commenting function (NERDComment) available outside the
<br>&nbsp;&nbsp;script. See :h NERD_com_NERDComment
<br>- bug fixes and refactoring
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6938">NERD_commenter.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.0.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-04-02</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- NOTE: renamed the script to&nbsp;&nbsp;NERD_commenter.vim. When you install this
<br>&nbsp;&nbsp;version you must delete the old files: NERD_comments.vim and 
<br>&nbsp;&nbsp;NERD_comments.txt.
<br>- Reworked the mappings and main entry point function for the script to
<br>&nbsp;&nbsp;avoid causing visual-bells and screen scrolling.
<br>- Changes to the script options (see |NERD_com-Customisation| for
<br>&nbsp;&nbsp;details):
<br>&nbsp;&nbsp;&nbsp;&nbsp;- They are all camel case now instead of underscored.
<br>&nbsp;&nbsp;&nbsp;&nbsp;- Converted all of the regular expression options into simple boolean
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;options for simplicity.
<br>&nbsp;&nbsp;&nbsp;&nbsp;- All the options are now stated positively, eg.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NERD_dont_remove_spaces_regexp has become NERDRemoveExtraSpaces.
<br>&nbsp;&nbsp;&nbsp;&nbsp;- Some of the option names have been changed (other than in the above
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ways)
<br>&nbsp;&nbsp;&nbsp;&nbsp;- Some have been removed altogether, namely: NERD_create_h_filetype
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(why was a commenting script creating a filetype?!),
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NERD_left_align_regexp, NERD_right_align_regexp, 
<br>
<br>- Removed all the NERD_use_alt_style_XXX_coms options and replaced them
<br>&nbsp;&nbsp;with a better system. Now if a filetype has alternative delims, the
<br>&nbsp;&nbsp;script will check whether an option of the form
<br>&nbsp;&nbsp;&quot;NERD_&lt;&filetype&gt;_alt_style&quot; exists, and if it does then alt delims will
<br>&nbsp;&nbsp;be used. See |NERD_com-cust-delims| for details.
<br>- The script no longer removes extra spaces for sexy comments for the
<br>&nbsp;&nbsp;NERDRemoveExtraSpaces option (it will still remove spaces if
<br>&nbsp;&nbsp;NERDSpaceDelims is set).
<br>- Added dummy support for viminfo and rtf.
<br>- Added support for the &quot;gentoo-package-\(keywords\|mask\|use\)&quot;
<br>&nbsp;&nbsp;filetypes.
<br>- Added '#' comments as an alternative for the asm filetype
<br>
<br>Thanks to Markus Klinik and Anders for bug reports, and again to Anders
<br>for his patch. Thanks to John O'Shea and fREW for the filetype
<br>information.
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6659">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.69.2</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-01-25</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added dummy support for the qf (quickfix filetype). This stops the script from spitting out the &quot;unknown filetype&quot; message when you go :copen.
<br>
<br>Thanks to Ilia N Ternovich for emailing me about this.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6624">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.69.1</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-01-18</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">*fixed the mark clobbering that was occuring.
<br>
<br>*added support for the following filetypes: netdict, bib, bst, passwd, omlet and kconfig. Thanks to Michael Brunner, Antono Vasiljev, Melissa Reid and Tim Carey-Smith for telling me about these filetypes (hope i didnt miss anyone)</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6152">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.69</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-09-08</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">fixed a bug when initializing vb comment delimiters (cheers to boesi for pointing it out). Added support for the following filetypes: debsources, eruby, xhtml and yaml. Added &quot;dummy&quot; support for the following filetypes: netrw, svn, taglist, and the null filetype. These filetypes have no comment delimiters but now that NERD knows about them it doesnt complain anymore.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6067">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.68</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-08-13</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added an option called NERD_mapleader which allows you to change the two keys that all the mappings begin with by default. This will allow users to change all mappings easily so they dont conflict with any other plugins. Thanks to Tim Carey-Smith and Gary Church whose complaints prompted me to make this option :)</td>
+    <td class="rowodd" valign="top" width="2000">- added support for lilypond, bbx and lytex. Thanks to Eyolf Østrem for the email.
<br>- added an alterative set of delimiters for the dosbatch filetype, thanks to Ingo Karkat for the email.
<br>- added support for the markdown filetype. Thanks to Nicolas Weber for posting the issue.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=5716">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.67</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-05-18</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7731">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.4</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-09-29</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Replaced the NERD_dont_create_menu_shortcut option with NERD_menu_mode. This new option allows the user to specify 1) whether a comment menu should be made and 2) whether this menu should have &lt;alt&gt;-c as a shortcut. Go :help NERD_menu_mode for more info. Thanks to Joseph Barker for the sugesting that the menu should be an optional feature.
<br>
<br>Added suppport for plaintex, context and mail filetypes (when commenting a &quot;mail&quot; file &quot;&gt; &quot; is used as the left delimiter so that the commented text appears as quoted text in the email). Thanks to Jonathan Derque for emailing me with these filetypes.</td>
+    <td class="roweven" valign="top" width="2000">- added support for the ahk filetype. Cheers to Don Hatlestad for the email.
<br>- added support for desktop and xsd filetypes. Thanks to Christophe Benz.
<br>- added dummy support for Rails-log
<br>- fixed a bunch of bugs in the comment delimiter setup process, thanks to Cheng Fang for the email :D
<br>- hardcore refactoring and removal of seldomly used, overly-complex functionality
<br>- the script now requires vim 7
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=5576">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.66</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-04-18</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7570">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-08-27</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Applied a patch that Norick Chen emailed to me that fixed the asp delimiters (which were wrong and caused an error)
<br>
<br>Thanks Norick :)
<br>
<br></td>
+    <td class="rowodd" valign="top" width="2000">- fixed numerous bugs that were causing tabs to permanently be converted to spaces, even if noexpandtab was set. Thanks to Heptite on #vim for working with me to track them down :)
<br>- added dummy support for &quot;lookupfile&quot;. Thanks to David Fishburn for the email.
<br>- added support for &quot;rst&quot;, thanks to Niels Aan de Brugh for the email.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=5542">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.65</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-04-11</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7543">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.2</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-08-22</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Made minimal comments use the NERD_place_holder_regexp option. Now if place holders are needed but are disabled for the current filetype then the minimal comment is aborted. Thanks to Stefano Zacchiroli emailing me and prompting this change.
<br>
<br>Fixed a minor bug with minimal comments.
<br></td>
+    <td class="roweven" valign="top" width="2000">Added support for the vera and ldif filetypes. Thanks to Normandie
<br>Azucena and Florian Apolloner for the emails.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=5535">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.64</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-04-09</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7525">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.1.1</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-08-18</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Refactored the code a bit and removed the NERD_use_toggle_coms_default and
<br>NERD_use_sexy_coms_default_regexp options. Now you have to adjust the key
<br>mappings to achieve the same effects as these options
<br>
<br>Sexy comments now always use the c style delimiters if they are available (even if another set of multipart delims is available) because they generally look the best.
<br>
<br>Fixed a bug that occured when using the tabs in vim7 (thanks to Harry for pointing it out:).
<br>
<br>Added a new commenting type called &quot;minimal&quot; comments where a SINGLE set of multipart delimiters is used to comment out a bunch of lines. Go :help NERD_com-minimal-comment for details. Thanks to Stefano Zacchiroli for this suggestion.
<br>
<br>Fixed some random little bugs.</td>
+    <td class="rowodd" valign="top" width="2000">- added dummy support for SVNcommitlog and vcscommit. Thanks to John O'Shea for the email.
<br>- added support for Groovy. Thanks to Jason Mills for the email.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=5167">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.63</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-02-12</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7466">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.1.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-08-08</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">fixed a bug that was stopping the NERD_space_delim_filetype_regexp option from working with left aligned toggle comments. Thanks to boesi for pointing this out.
<br></td>
+    <td class="roweven" valign="top" width="2000">- now the script resets the delimiters when the filetype of the buffer changes (thanks to James Hales for the patch)
<br>- added formal support/doc for prepending a count to many of the commenting maps so you can go, eg, 5,cc to comment 5 lines from normal&nbsp;&nbsp;mode. Thanks again to James Hales for the patch.
<br>- added support for the &quot;gams&quot; filetype that Jorge Rodrigues created.
<br>- added support for the &quot;objc&quot; filetype, thanks to Rainer Müller for the email.
<br>- added support for the &quot;sass&quot; filetype that Dmitry Ilyashevich created.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4985">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.62</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-01-17</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7391">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.0.7</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-07-22</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed 2 bugs that caused problems when uncommenting sexy comments. Thanks to Torsten Blix for emailing me about them.</td>
+    <td class="rowodd" valign="top" width="2000">Added support for eclass and ebuild filetypes. Thanks to Alex Tarkovsky
<br>for the email.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4970">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.61</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-01-14</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7309">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.0.6</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-06-29</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Applied a patch sent to me by Eike Von Seggern that fixed a bug that caused a space to be added to the end of the line when commenting with single-part delimiters. </td>
+    <td class="roweven" valign="top" width="2000">- Changed the default setting of NERDMapleader to &quot;,c&quot;, meaning all the maps now start with ,c instead of \c. This is to stop a major mapping clash with the vcscommand plugin. Anyone wanting to keep the \c map leader should read :help NERDMapleader.
<br>- Added support for debcontrol and dummy support for debchangelog filetypes, thanks to Stefano Zacchiroli for the email.
<br>- Made it so that the NERDShutUp option now only controls the &quot;Pleeease email the delimiters...&quot; requests. It no longer affects the general output of the script.
<br>- Simplified the names of the help tags. 
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4956">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.60</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-01-10</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7253">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.0.5</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-06-16</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added a new option that turns off the NERD_comments menu shortcut (Alt-c) which could interfere with other (Non-NERD)&nbsp;&nbsp;mappings. Thanks to Nguyen for pointing out this problem :)</td>
+    <td class="rowodd" valign="top" width="2000">- Added support for autoit, autohotkey and docbk filetypes (thanks to&nbsp;&nbsp;Michael Böhler)
<br>- Added support for cmake (thanks to Aaron Small)
<br>- Added support for htmldjango and django filetypes (thanks to Ramiro&nbsp;&nbsp;Morales)
<br>- Improved the delimiters for eruby again
<br>- Applied a patch from Seth Mason to fix some pathing issues with the help&nbsp;&nbsp;file installation.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4697">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.59</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-10-25</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7097">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.0.4</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-05-11</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">fixed a small bug that was causing problems with spaces around delimiters.</td>
+    <td class="roweven" valign="top" width="2000">- Added support for verilog_systemverilog and systemverilog filetypes
<br>&nbsp;&nbsp;(Thanks to Alexey for the email)
<br>- Added support for fstab, thanks to Lizendir for the email.
<br>- Added support for the smarty filetype.
<br>- Improved the delimiters for eruby.
<br>- Added dummy support for changelog filetype.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4696">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.58</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-10-24</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7060">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.0.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-05-03</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">fixed a bug that could be a problem when changing buffers. Thanks to David Bourgeois for pointing it out.</td>
+    <td class="rowodd" valign="top" width="2000">- Added dummy support for the csv filetype (thx to Mark Woodward for the
<br>&nbsp;&nbsp;email)
<br>- Added dummy support for vo_base and otl filetypes (thanks to fREW for
<br>&nbsp;&nbsp;the email)
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4691">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.57</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-10-21</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6977">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.0.2</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-04-13</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed a retarded bug when commenting c files (thanks to David&nbsp;&nbsp;Bourgeois for pointing it out).
<br>Changed the NERD_dont_remove_spaces option to NERD_dont_remove_spaces_regexp and made it take a regular expression. Go :help NERD_dont_remove_spaces_regexp for details. Put a section in the help file that gives some examples of regular expressions that&nbsp;&nbsp;you may want to use for some of the options. Go :help NERD_com-reg-exps for details.</td>
+    <td class="roweven" valign="top" width="2000">Minor bug fix that was stopping nested comments from working</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4641">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.56</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-10-01</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6972">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.0.1</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-04-12</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Tweaked the behaviour of the &quot;toggle comment&quot; mapping: now if you are commenting a range (with toggle comments) and&nbsp;&nbsp;you have the NERD_use_nested_comments_default option turned on it will comment the already comment lines again. Cheers to Igor Prischepoff for this suggestion. I also reorgansied the help page and added some stuff to make it more readable :)</td>
+    <td class="rowodd" valign="top" width="2000">- Fixed the visual bell for the |NERDComToEOLMap| map.
<br>- Added another possible value to the NERDMenuMode option which causes the
<br>&nbsp;&nbsp;menu to be displayed under 'Plugin -&gt; Comment'. See :h NERDMenuMode.
<br>&nbsp;&nbsp;This new menu mode is now the default.
<br>- Added support for the occam filetype (thanks to Anders for emailing me)
<br>- Made the main commenting function (NERDComment) available outside the
<br>&nbsp;&nbsp;script. See :h NERD_com_NERDComment
<br>- bug fixes and refactoring
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4581">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.55</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-09-14</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6938">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.0.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-04-02</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">made the \ci mapping work with whole lines line the \c&lt;space&gt; mapping does i.e the mapping only counts a line as commented if it commented from the start of the line.
<br>Fixed a couple of silly bugs</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4578">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.54</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-09-13</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed the \cn mapping that i broke in the last version. Thanks to harry for pointing that out.
<br>Changed the behaviour of toggle comments: now lines are only counted as commented if they are commented from the beginning of the line. Thanks to Igor Prischepoff for suggesting this. I applied a patch by Richard (Krischikm) which fixed a couple of bugs and added a new option (see :help NERD_use_ada_with_spaces for details). I changed how the script handles tabs: now each line is examined individually instead of using examining the &expandtabs option and assuming it applies to every line. The script should not interfere with the tabbing style of any file you edit now... even if they alternate between soft and hard tabs with each line :).&nbsp;&nbsp;Stopped the cursor jumping when the \cu mapping is used.</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4566">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.53</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-09-12</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Made some changes to how spaces around comments are removed when uncommenting... basically they are always removed unless the new option NERD_dont_remove_spaces is set. Go :help NERD_dont_remove_spaces for details. I added this functionality because i usually dont have NERD_comments adding spaces after/before the left/right delimiters but when im editing code written by people who DO it makes me insane because it is uncommented incorrectly.&nbsp;&nbsp;Fixed the cursor and screen jumping bugs... hopefully :)</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4557">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.52</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-09-06</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed an error in the help file. Added support for // comments in c. Made an option to turn these // comments on by default (go :help NERD_use_single_part_c_comments for details). Thanks to Richard Willis whose feedback prompted these changes :)</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4554">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.51</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-09-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=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added yet another mapping (&lt;leader&gt;ci) which inverts the commented state of every selected line. i.e. for each line selected, if it is commented it is uncommented and vice versa. Thanks to Nick Brettell for the idea. Improved the cursor positioning after commenting is done so if you do a visual comment the cursor returns to a better position. Removed some line continuations that were screwing up on some systems. Thanks to Richard for pointing that out to me.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4541">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.50</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-08-31</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added a new mapping &lt;leader&gt;c&lt;space&gt; that toggles the comment state of the selected lines. It uncomments all the lines if the first line is commented and comments them otherwise. The mapping can be changed with this option: NERD_com_line_toggle_map. Toggle commenting can be made the default commenting method (so it applied when &lt;leader&gt;cc is pressed) with this option: NERD_use_toggle_coms_default. Thanks to Igor Prischepoff for the idea :)</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4538">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.49</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-08-30</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed a bug that was causing problems when the ignorecase option in vim was set. Thanks to Brent Rice for telling me about this problem and helping me track the bug down :)</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4533">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.48</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-08-28</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed a bug with sexy comments that was stopping them from working when you were using the alternative set of delimiters for some languages (eg c/java/etc)</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4516">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.47</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-08-25</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed bugs with sexy comments (most of the bugs were only an issue when using compact sexy comments): Now they work properly if they end on a blank line. When uncommenting sexy comments the display window doesnt jump anymore. If the sexy comment starts or ends on another ordinary&nbsp;&nbsp;comment it no longer screws up. Sexy comments no longer delete parts of lines (which they did from time to time). Blank lines above compact sexy comments are no longer removed when uncommenting.
<br>Fixed another bug with the &lt;C-c&gt; mapping.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4436">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.46</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-07-17</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">enhanced the option: NERD_comment_whole_lines_in_v_mode so that it can now take 2 values. Go :help NERD_comment_whole_lines_in_v_mode for an explaination. Thanks to jorge scandaliaris for emailing me with his criticism about this :)</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4429">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.45</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-07-14</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Now the script doesnt create a seperate filetype for h files unless&nbsp;&nbsp;you tell it to with a new option called NERD_create_h_filetype. Go :help NERD_create_h_filetype for more info.
<br>This update was done to prevent NERD_comments from&nbsp;&nbsp;screwing with the taglist plugin. 
<br>
<br>Thanks to Markus Erlmann for pointing out that it caused problems.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4413">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.44</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-07-06</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed a bug with the &lt;C-c&gt; mapping after i broke it (again :().
<br>Thanks to Martin Stubenschrott for pointing this bug out!
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4404">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.43</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-06-30</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed a bug with visual commenting.
<br>Added a new option, go :help NERD_comment_whole_lines_in_v_mode for details. Thanks to&nbsp;&nbsp;jorge scandaliaris and&nbsp;&nbsp;Shufeng Zheng for their suggestions about this.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4393">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.42</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-06-26</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Now, when any visual comments are made, the cursor is placed at the top left line/col of the visual selection block after the comment is done instead of on the top line at the first col. Thanks to Nick Brettell for complaining about this.
<br>
<br>Added support for .geek files hahahaha</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4369">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.41</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-06-16</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">fixed a small bug with the &lt;C-c&gt; functionality when the script is configured to put extra spaces between the delimiters.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4292">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.40</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-05-18</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed a bug that was screwing up place holders with nested commenting when NERD_use_nested_comments_default option is set. Changed the left and right default place holders because the strings that were being used were sort of common in c/c++/java/... files. If you liked them the way they were you can just set them back with the NERD_lPlace and NERD_rPlace options.
<br>Thanx to Nick for complaining about the place holders and spotting the other bug :P
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4283">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.39</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-05-15</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed a retarded bug with the &lt;C-c&gt; mapping.
<br>Changed the &lt;leader&gt;ce mapping to have a default mapping of &lt;leader&gt;cA and added a new mapping that adds a comment delimiter to the start of the current line and inserts between the delimiters - the default mapping is &lt;leader&gt;cI (thats an uppercase i not a lowercase L).
<br>Fixed a bug that caused the script to spaz out if you tried to comment a file with no filetype.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4279">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.38</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-05-13</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added new functionality for when text is commented in normal visual mode (i.e not visual-block or visual-line). Now Nerd_comments comments out exactly the text that is selected in visual mode regardless of the type of visual mode you are in. 
<br>Thanks to Nick Brettell his ideas about this!
<br>
<br>Also, if you are commenting out text in visual or visual-block mode, NERD_comments will use multip-part delimiters is they are available so that the exact text that was selected will be exactly what is commented out - a new option has been added to turn off this behaviour (go :help NERD_allow_any_visual_delims_regexp for details).
<br>
<br>Fixed a couple of small bugs with the &lt;C-c&gt; mapping that prolly on one even noticed :P
<br>
<br>
<br>
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4260">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.37</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-05-09</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added a new mapping/menu item:
<br>Now when &lt;leader&gt;ce is pressed a comment is appended to the EOL and the cursor gets put in insert mode in the appropriate place to type the comment.
<br>
<br>Thanks to Litchi for emailing me with this idea :)
<br>
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4258">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.36</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-05-08</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">added lots more supported filetypes</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4237">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.35</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-05-04</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added support for some new filetypes.
<br>Fixed a small bug with sexy comments.
<br>Fixed a bug with tabs that was not too serious but would screw up commenting of things like makefiles in a big way. Cheers to Nick Brettell for pointing this bug out!</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4223">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.34</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-04-29</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Add support for a couple more filetypes. Thanks to Sam R for emailing me about them!</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4221">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.33</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-04-29</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">added a new mapping/menuItem that yanks the current line or selected text before commenting it out. This is handy if you wanna experiment with a piece of code... u just comment out the code and put a copy underneath it that you experiment on.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4201">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.32</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-04-25</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">now,&nbsp;&nbsp;if the current filetype matches NERD_use_sexy_coms_default_regexp then sexy comments will only be used if you are commenting more than one line with &lt;leader&gt;cc... i thought sexy comments on one line looked retarded. Of course you can still do one line sexy comments with &lt;leader&gt;cs</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4198">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.31</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-04-25</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added a new option called NERD_use_sexy_coms_default_regexp. This option is used to tell NERD_comments to use sexy comments for certain filetypes by default when &lt;leader&gt;cc is pressed.
<br>
<br>Now if you edit a filetype that the script doesnt know about the warning it echos isnt so &quot;loud&quot;
<br>
<br>Thanks to Nguyen for suggesting these changes.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4195">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.30</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-04-22</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Have finally implemented &quot;sexy&quot; comments. Go :help NERD_com_sexy_commenting to see what they are... i cant even be stuffed explaining.
<br>
<br>There is an option to make your sexy comments compact and use up less lines, go :help NERD_use_compact_sexy_com_regexp.
<br>
<br>Thanks to Nguyen for the idea... sorry it took so long dude :P</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4181">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.29</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-04-18</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">There are a couple of new options to tell NERD_comments to always left align, right align or both align, comment delimiters when commenting multiple lines in visual mode. Go :help NERD_left_align_regexp, :help NERD_right_align_regexp. If the current filetype matches one or both of these regular expressions then hitting &lt;leader&gt;cc will automatically align the delimiters. 
<br>
<br>There are comment mappings/menu items which can be used to do aligned comments for any filetype. The mappings are &lt;leader&gt;cl &lt;leader&gt;cr and &lt;leader&gt;cb for left, right and both aligned comments respectively. These mappings and menu items assume that the comments will be nested if need be.
<br>
<br>Now, when uncommenting lines, the script looks for left and right delimiters separately so for eg: if you uncomment a line with one right delimiter on it (but no left delim) then it will still be removed.
<br>
<br>Fixed a couple of minor bugs.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4156">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.28</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-04-12</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added a menu with menu items for each of the scripts key mappings.
<br>Refactored the code a bit.
<br>Now, if&nbsp;&nbsp;you edit a filetype that vim doesnt know about the script wont crap out.
<br>Added support for a couple more filetypes.</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4131">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.27</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-04-06</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">a few bug fixes</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4122">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.26</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-04-05</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Removed an echoerr that i forgot to remove from last release...</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4119">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.25</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-04-04</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Updated comment recognition heuristics. Modified the place holder system a bit so it is better. Did some refactoring to simplify the code a bit. Fixed some random bugs</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4113">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.24</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-04-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=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed some bugs with place holders.
<br>
<br>Parameterised some of the place holder stuff to make it more customisable. There are now 3 more options: NERD_lPlace, NERD_rPlace and NERD_place_holder_regexp. These options are used to control the strings that are used as place holders and to specify the filetypes NERD_comments will use place holders for. Go :help and the name of each option for more info
<br>
<br>Now when a line is uncommented, the outtermost delimiters are removed regardless of whether they are the alternative delimiters for that filetype or not</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4111">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.23</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-04-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=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added support for place holders when nesting comments with left AND right delimiters.
<br>Now if you go &lt;leader&gt;cn on a line of already commented code (eg: /* int foo */), the current delimiters will be swapped for place holders so the example line will become: /*[+ int foo +]*/ where [+ and +] are the place holders.
<br>Also, i fixed a pretty major bug with visual-block commenting</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4088">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.22</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-28</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed the syntax highlighting probs with h files.
<br>
<br>There is a new option which is used to place a space after the left delimiter and before the right delimiter. The option is set to a regular expression and any filetypes that match this expression have the aforementioned spaces added when commenting. Go :help NERD_space_delim_filetype_regexp for details.
<br>
<br>Thanks to Nguyen for pointing these emailing me about these things!!
<br>
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4082">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.21</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-26</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">fixed some bugs.
<br>added support for more filetypes</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4081">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.20</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-26</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">did some refactoring
<br>
<br>added support for more filetypes</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4068">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.19</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-24</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">If the filetype is unkown to the script it now looks at &commentstring to get the comment delimiters for that filetype</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4064">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.18</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-23</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Block commenting is done automatically now... if you select some text in visual-block mode and go &lt;leader&gt;cc it will&nbsp;&nbsp;behave the same as if you pushed &lt;leader&gt;cb before.
<br>
<br>Similarly, if you select some text with visual-block mode and go &lt;leader&gt;cn it wll behave as if you had pushed &lt;leader&gt;cB
<br>
<br>the &lt;leader&gt;cb and &lt;leader&gt;cB mappings have now been removed cos they are redundant
<br>
<br>The comment recognition heuristics have been updated a little bit so NERD_comments is now a bit better at recognising comment delimiters</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4062">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.17</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-23</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">block commenting is much better now</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4047">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.16</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=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">umm, the script has been changed a lot...
<br>- the keymappings and options are different and there is waaaay more of them
<br>- there is now way more functionality provided by the script
<br>- there is a help file that is self-installing and fully contained in the script (i stole the installation function from the vimspell plugin (thx vimspell!!))
<br>- the internals of the script are a bit more sophisticated in the way they recognise comments (they have to be cos of the new functionality) but it is not perfect at recognising comment delimiters (infact it only uses a set of heuristics) 
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4026">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.15</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-15</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Changed the guts of the script a bit.
<br>
<br>Now the imap for &lt;C-c&gt; is done automatically which means that adding support for commenting another language is really easy and takes just one line!
<br>
<br>Haskell and lisp are now supported
<br>
<br>There is a new function that is designed to handle programming languages with more than one commenting style which is a bit of a hack but works well. 
<br>
<br>Theres another option NERD_use_c_style_prolog_comments
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3983">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.14</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-09</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Did a bit of refactoring... no functionality changes.
<br>
<br>Thanks to Matthew Hawkins for pointing out the code repitition :P</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3976">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.13</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-07</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- added a new option: NERD_use_c_comments_for_h_files. This option is needed cos
<br>&nbsp;&nbsp;h files are used with c files which only allow /**/ comments, but they are also
<br>&nbsp;&nbsp;used with c++/c# which allow // comments which are illegal in c
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>- the option NERD_use_slash_star_java_cpp_comments now affects c# files as well.
<br>&nbsp;&nbsp;This means that c# files are now commented like c++/java files
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>- added a new autocommand which sets the filetype to h if we enter a buffer with
<br>&nbsp;&nbsp;an h file in it. This was needed cos some versions of vim dont seem to have an h
<br>&nbsp;&nbsp;filetype. Some versions of vim treat h files as cpp files which screws everything up!!!
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3971">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.12</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-06</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed a bug with forced commenting (&lt;leader&gt;&lt;leader&gt;c)</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3967">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.11</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-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=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Some minor bug fixes and improvements</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3957">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.10</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-03</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">An additional mapping has been added:
<br>&lt;leader&gt;&lt;leader&gt;c will now comment out the selected lines and will force nested commenting (provided the comment style has no right delimiter - to avoid compiler errors). Note that if the option NERD_allow_nested_comments is set then &lt;leader&gt;c performs this behaviour anyway...
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3946">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.09</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-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=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- there is a new option NERD_allow_nested_comments which will allow nested comments provided that there is no right delimiter for that commenting style. This should prevent nested commenting errors.
<br>
<br>eg. the option will allow nested // style java comments (which will not produce compiler errors) but will not allow nested /* */ style c comments (which would cause compiler errors). 
<br>The reason this feature has been added is the following: Say that you have commented out an entire function which already has comments in it... when you uncomment out the function, errors will result because of the comments that were already there that have been uncommented. This way those comments will become nested comments and the function will be exactly as it was before you commented it.
<br>
<br>- the option NERD_double_slash_java_comments has been changed to NERD_use_star_slash_java_cpp_comments. Now, when editing java/c++ file&nbsp;&nbsp;// style comments are used by default unless this option is set. This is to make it easier for ppl who want to use the nested comments option as well...</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3944">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.08</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-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=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- Massive refactoring which has significantly reduced the size of the script
<br>- Corrections to some of the comment delimiters used
<br>- also the filetype event used in the auto commands that turn on the mappings has been capitalised to FileType to fix a problem with some versions of vim
<br>- version number is now in the script
<br>
<br>All of this was done by Matthew Hawkins... THANK YOU VERY MUCH !!! :) </td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3939">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.07</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-02-28</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">- Now, when commenting lines of code, lines that are already commented out are not commented again
<br>- when commenting code, blank lines (or lines containing only spaces and/or tabs) are not commented
<br>- an option has been added which lets you have // style java comments instead of /* */ java comments just stick 'let NERD_double_slash_java_comments=1' in your vimrc
<br></td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3928">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.06</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-02-27</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Now the left comment delimiter is placed in the position that the leftmost character occupies instead of at the start of the line. This means that indenting is preserved</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3924">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.05</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-02-27</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">fixed bug for removing comment delimiters
<br>
<br>added support for shite loads more filetypes</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3915">NERD_comments.vim</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.04</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-02-26</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">The functions that turn on the comment mappings are now local to the script</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3914">NERD_comments.vim</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.03</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-02-26</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">Now the comment mappings are loaded automatically.</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3913">NERD_comments.vim.gz</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1.02</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-02-25</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">fixed some bugs. Comments now work for c. Also the hlsearch option is not potentially changed when the comment mappings are used</td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3908">NERD_comments.vim.gz</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.01</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-02-25</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="roweven" valign="top" width="2000">err, various corrections to comments</td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3907">NERD_comments.vim.gz</a></td>
-    <td class="rowodd" valign="top" nowrap><b>1</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-02-25</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Initial upload</td>
+    <td class="roweven" valign="top" width="2000">- NOTE: renamed the script to&nbsp;&nbsp;NERD_commenter.vim. When you install this
<br>&nbsp;&nbsp;version you must delete the old files: NERD_comments.vim and 
<br>&nbsp;&nbsp;NERD_comments.txt.
<br>- Reworked the mappings and main entry point function for the script to
<br>&nbsp;&nbsp;avoid causing visual-bells and screen scrolling.
<br>- Changes to the script options (see |NERD_com-Customisation| for
<br>&nbsp;&nbsp;details):
<br>&nbsp;&nbsp;&nbsp;&nbsp;- They are all camel case now instead of underscored.
<br>&nbsp;&nbsp;&nbsp;&nbsp;- Converted all of the regular expression options into simple boolean
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;options for simplicity.
<br>&nbsp;&nbsp;&nbsp;&nbsp;- All the options are now stated positively, eg.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NERD_dont_remove_spaces_regexp has become NERDRemoveExtraSpaces.
<br>&nbsp;&nbsp;&nbsp;&nbsp;- Some of the option names have been changed (other than in the above
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ways)
<br>&nbsp;&nbsp;&nbsp;&nbsp;- Some have been removed altogether, namely: NERD_create_h_filetype
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(why was a commenting script creating a filetype?!),
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NERD_left_align_regexp, NERD_right_align_regexp, 
<br>
<br>- Removed all the NERD_use_alt_style_XXX_coms options and replaced them
<br>&nbsp;&nbsp;with a better system. Now if a filetype has alternative delims, the
<br>&nbsp;&nbsp;script will check whether an option of the form
<br>&nbsp;&nbsp;&quot;NERD_&lt;&filetype&gt;_alt_style&quot; exists, and if it does then alt delims will
<br>&nbsp;&nbsp;be used. See |NERD_com-cust-delims| for details.
<br>- The script no longer removes extra spaces for sexy comments for the
<br>&nbsp;&nbsp;NERDRemoveExtraSpaces option (it will still remove spaces if
<br>&nbsp;&nbsp;NERDSpaceDelims is set).
<br>- Added dummy support for viminfo and rtf.
<br>- Added support for the &quot;gentoo-package-\(keywords\|mask\|use\)&quot;
<br>&nbsp;&nbsp;filetypes.
<br>- Added '#' comments as an alternative for the asm filetype
<br>
<br>Thanks to Markus Klinik and Anders for bug reports, and again to Anders
<br>for his patch. Thanks to John O'Shea and fREW for the filetype
<br>information.
<br></td>
 </tr>
 </table>
 <!-- finish off the framework -->
@@ -1040,7 +485,7 @@ Click on the package to download.
           </td>
 
     <td align="right" valign="top">
-      		<a href="http://sourceforge.net" rel="nofollow"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=8&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
+      		<a href="http://sourceforge.net/projects/vim" rel="nofollow"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=8&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
     </td>
 
     <td><img src="/images/spacer.gif" width="5" height="1" alt=""></td>
diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim
index 155f5ac..18a348f 100644
--- a/plugin/NERD_commenter.vim
+++ b/plugin/NERD_commenter.vim
@@ -2,8 +2,8 @@
 " File:        NERD_commenter.vim
 " Description: vim global plugin that provides easy code commenting
 " Maintainer:  Martin Grenfell <martin_grenfell at msn dot com>
-" Version:     2.2.1
-" Last Change: 13th November, 2008
+" Version:     2.2.2
+" Last Change: 30th March, 2008
 " License:     This program is free software. It comes without any warranty,
 "              to the extent permitted by applicable law. You can redistribute
 "              it and/or modify it under the terms of the Do What The Fuck You
@@ -22,13 +22,6 @@ if v:version < 700
 endif
 let loaded_nerd_comments = 1
 
-" Section: spaces init {{{2
-" Occasionally we need to grab a string of spaces so just make one here
-let s:spaces = ""
-while strlen(s:spaces) < 100
-    let s:spaces = s:spaces . "    "
-endwhile
-
 " Function: s:InitVariable() function {{{2
 " This function is used to initialise a given variable to a given value. The
 " variable is only initialised if it does not exist prior
@@ -67,7 +60,6 @@ call s:InitVariable("g:NERDUsePlaceHolders", 1)
 call s:InitVariable("g:NERDRemoveAltComs", 1)
 call s:InitVariable("g:NERDRemoveExtraSpaces", 1)
 call s:InitVariable("g:NERDRPlace", "<]")
-call s:InitVariable("g:NERDShutUp", '0')
 call s:InitVariable("g:NERDSpaceDelims", 0)
 call s:InitVariable("g:NERDDelimiterRequests", 1)
 
@@ -107,841 +99,632 @@ augroup END
 function s:SetUpForNewFiletype(filetype, forceReset)
     "if we have already set the delimiters for this buffer then dont go thru
     "it again
-    if !a:forceReset && exists("b:left") && b:left != ''
+    if !a:forceReset && exists("b:NERDLeft") && b:NERDLeft != ''
         return
     endif
 
-    let b:sexyComMarker = ''
+    let b:NERDSexyComMarker = ''
 
     "check the filetype against all known filetypes to see if we have
     "hardcoded the comment delimiters to use
-    if a:filetype == ""
+    if a:filetype ==? ""
         call s:MapDelimiters('', '')
-    elseif a:filetype == "aap"
+    elseif a:filetype ==? "aap"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "abaqus"
-        call s:MapDelimiters('**', '')
-    elseif a:filetype == "abc"
+    elseif a:filetype ==? "abc"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "acedb"
+    elseif a:filetype ==? "acedb"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "actionscript"
+    elseif a:filetype ==? "actionscript"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "ada"
+    elseif a:filetype ==? "ada"
         call s:MapDelimitersWithAlternative('--','', '--  ', '')
-    elseif a:filetype == "ahdl"
+    elseif a:filetype ==? "ahdl"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "ahk"
+    elseif a:filetype ==? "ahk"
         call s:MapDelimitersWithAlternative(';', '', '/*', '*/')
-    elseif a:filetype == "amiga"
+    elseif a:filetype ==? "amiga"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "aml"
+    elseif a:filetype ==? "aml"
         call s:MapDelimiters('/*', '')
-    elseif a:filetype == "ampl"
+    elseif a:filetype ==? "ampl"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "ant"
-        call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "apache"
+    elseif a:filetype ==? "apache"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "apachestyle"
+    elseif a:filetype ==? "apachestyle"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "asciidoc"
+    elseif a:filetype ==? "asciidoc"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "applescript"
+    elseif a:filetype ==? "applescript"
         call s:MapDelimitersWithAlternative('--', '', '(*', '*)')
-    elseif a:filetype == "asm68k"
+    elseif a:filetype ==? "asm68k"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "asm"
+    elseif a:filetype ==? "asm"
         call s:MapDelimitersWithAlternative(';', '', '#', '')
-    elseif a:filetype == "asn"
+    elseif a:filetype ==? "asn"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "aspvbs"
+    elseif a:filetype ==? "aspvbs"
         call s:MapDelimiters('''', '')
-    elseif a:filetype == "asterisk"
+    elseif a:filetype ==? "asterisk"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "asy"
+    elseif a:filetype ==? "asy"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "atlas"
+    elseif a:filetype ==? "atlas"
         call s:MapDelimiters('C','$')
-    elseif a:filetype == "autohotkey"
+    elseif a:filetype ==? "autohotkey"
         call s:MapDelimiters(';','')
-    elseif a:filetype == "autoit"
+    elseif a:filetype ==? "autoit"
         call s:MapDelimiters(';','')
-    elseif a:filetype == "automake"
-        call s:MapDelimiters('##','')
-    elseif a:filetype == "ave"
+    elseif a:filetype ==? "ave"
         call s:MapDelimiters("'",'')
-    elseif a:filetype == "awk"
+    elseif a:filetype ==? "awk"
         call s:MapDelimiters('#','')
-    elseif a:filetype == "basic"
+    elseif a:filetype ==? "basic"
         call s:MapDelimitersWithAlternative("'",'', 'REM ', '')
-    elseif a:filetype == "b"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "bbx"
+    elseif a:filetype ==? "bbx"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "bc"
+    elseif a:filetype ==? "bc"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "bdf"
-        call s:MapDelimiters('COMMENT ', '')
-    elseif a:filetype == "bib"
+    elseif a:filetype ==? "bib"
         call s:MapDelimiters('%','')
-    elseif a:filetype == "bindzone"
+    elseif a:filetype ==? "bindzone"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "bst"
+    elseif a:filetype ==? "bst"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "btm"
+    elseif a:filetype ==? "btm"
         call s:MapDelimiters('::', '')
-    elseif a:filetype == "bzr"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "caos"
+    elseif a:filetype ==? "caos"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "calibre"
+    elseif a:filetype ==? "calibre"
         call s:MapDelimiters('//','')
-    elseif a:filetype == "catalog"
+    elseif a:filetype ==? "catalog"
         call s:MapDelimiters('--','--')
-    elseif a:filetype == "c"
+    elseif a:filetype ==? "c"
         call s:MapDelimitersWithAlternative('/*','*/', '//', '')
-    elseif a:filetype == "cfg"
+    elseif a:filetype ==? "cfg"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "cg"
+    elseif a:filetype ==? "cg"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "ch"
+    elseif a:filetype ==? "ch"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "changelog"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "cl"
+    elseif a:filetype ==? "cl"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "clean"
+    elseif a:filetype ==? "clean"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "clipper"
+    elseif a:filetype ==? "clipper"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "clojure"
+    elseif a:filetype ==? "clojure"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "cmake"
+    elseif a:filetype ==? "cmake"
         call s:MapDelimiters('#','')
-    elseif a:filetype == "cobol"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "conf"
+    elseif a:filetype ==? "conkyrc"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "config"
-        call s:MapDelimiters('dnl ', '')
-    elseif a:filetype == "conkyrc"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "context"
-        call s:MapDelimiters('%','')
-    elseif a:filetype == "cpp"
+    elseif a:filetype ==? "cpp"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "crontab"
+    elseif a:filetype ==? "crontab"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "cs"
+    elseif a:filetype ==? "cs"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "csc"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "csp"
+    elseif a:filetype ==? "csp"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "css"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "cterm"
+    elseif a:filetype ==? "cterm"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "cupl"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "csv"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "cvs"
+    elseif a:filetype ==? "cucumber"
+        call s:MapDelimiters('#','')
+    elseif a:filetype ==? "cvs"
         call s:MapDelimiters('CVS:','')
-    elseif a:filetype == "CVSAnnotate"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "CVScommit"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "d"
+    elseif a:filetype ==? "d"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "dcl"
+    elseif a:filetype ==? "dcl"
         call s:MapDelimiters('$!', '')
-    elseif a:filetype == "dakota"
+    elseif a:filetype ==? "dakota"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "debchangelog"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "debcontrol"
+    elseif a:filetype ==? "debcontrol"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "debsources"
+    elseif a:filetype ==? "debsources"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "def"
+    elseif a:filetype ==? "def"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "desktop"
+    elseif a:filetype ==? "desktop"
+        call s:MapDelimiters('#', '')
+    elseif a:filetype ==? "dhcpd"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "diff"
+    elseif a:filetype ==? "diff"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "django"
+    elseif a:filetype ==? "django"
         call s:MapDelimitersWithAlternative('<!--','-->', '{#', '#}')
-    elseif a:filetype == "docbk"
+    elseif a:filetype ==? "docbk"
         call s:MapDelimiters('<!--', '-->')
-    elseif a:filetype == "dns"
+    elseif a:filetype ==? "dns"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "dosbatch"
+    elseif a:filetype ==? "dosbatch"
         call s:MapDelimitersWithAlternative('REM ','', '::', '')
-    elseif a:filetype == "dosini"
+    elseif a:filetype ==? "dosini"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "dot"
+    elseif a:filetype ==? "dot"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "dracula"
+    elseif a:filetype ==? "dracula"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "dsl"
+    elseif a:filetype ==? "dsl"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "dtd"
-        call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "dtml"
+    elseif a:filetype ==? "dtml"
         call s:MapDelimiters('<dtml-comment>','</dtml-comment>')
-    elseif a:filetype == "dtrace"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "dylan"
+    elseif a:filetype ==? "dylan"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == 'ebuild'
+    elseif a:filetype ==? 'ebuild'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "ecd"
+    elseif a:filetype ==? "ecd"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == 'eclass'
+    elseif a:filetype ==? 'eclass'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "eiffel"
+    elseif a:filetype ==? "eiffel"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "elf"
+    elseif a:filetype ==? "elf"
         call s:MapDelimiters("'", '')
-    elseif a:filetype == "elmfilt"
+    elseif a:filetype ==? "elmfilt"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "erlang"
+    elseif a:filetype ==? "erlang"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "eruby"
-        call s:MapDelimitersWithAlternative('<!--', '-->', '<%#', '%>')
-    elseif a:filetype == "eterm"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "expect"
+    elseif a:filetype ==? "eruby"
+        call s:MapDelimitersWithAlternative('<%#', '%>', '<!--', '-->')
+    elseif a:filetype ==? "expect"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "exports"
+    elseif a:filetype ==? "exports"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "factor"
+    elseif a:filetype ==? "factor"
         call s:MapDelimitersWithAlternative('! ', '', '!# ', '')
-    elseif a:filetype == "fetchmail"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "fgl"
+    elseif a:filetype ==? "fgl"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "focexec"
+    elseif a:filetype ==? "focexec"
         call s:MapDelimiters('-*', '')
-    elseif a:filetype == "form"
+    elseif a:filetype ==? "form"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "fortran"
-        call s:MapDelimiters('!', '')
-    elseif a:filetype == "foxpro"
+    elseif a:filetype ==? "foxpro"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "fstab"
+    elseif a:filetype ==? "fstab"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "fvwm"
+    elseif a:filetype ==? "fvwm"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "fx"
+    elseif a:filetype ==? "fx"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "gams"
+    elseif a:filetype ==? "gams"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "gdb"
+    elseif a:filetype ==? "gdb"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "gdmo"
+    elseif a:filetype ==? "gdmo"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "geek"
+    elseif a:filetype ==? "geek"
         call s:MapDelimiters('GEEK_COMMENT:', '')
-    elseif a:filetype == "genshi"
+    elseif a:filetype ==? "genshi"
         call s:MapDelimitersWithAlternative('<!--','-->', '{#', '#}')
-    elseif a:filetype == "gentoo-conf-d"
+    elseif a:filetype ==? "gentoo-conf-d"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "gentoo-env-d"
+    elseif a:filetype ==? "gentoo-env-d"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "gentoo-init-d"
+    elseif a:filetype ==? "gentoo-init-d"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "gentoo-make-conf"
+    elseif a:filetype ==? "gentoo-make-conf"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == 'gentoo-package-keywords'
+    elseif a:filetype ==? 'gentoo-package-keywords'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == 'gentoo-package-mask'
+    elseif a:filetype ==? 'gentoo-package-mask'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == 'gentoo-package-use'
+    elseif a:filetype ==? 'gentoo-package-use'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == 'git'
-        call s:MapDelimiters('', '')
-    elseif a:filetype == 'gitAnnotate'
-        call s:MapDelimiters('', '')
-    elseif a:filetype == 'gitcommit'
+    elseif a:filetype ==? 'gitcommit'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == 'gitconfig'
+    elseif a:filetype ==? 'gitconfig'
         call s:MapDelimiters(';', '')
-    elseif a:filetype == 'gitdiff'
-        call s:MapDelimiters('', '')
-    elseif a:filetype == 'gitrebase'
+    elseif a:filetype ==? 'gitrebase'
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "gnuplot"
+    elseif a:filetype ==? "gnuplot"
         call s:MapDelimiters('#','')
-    elseif a:filetype == "groovy"
+    elseif a:filetype ==? "groovy"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "group"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "grub"
+    elseif a:filetype ==? "gtkrc"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "gtkrc"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "haskell"
+    elseif a:filetype ==? "haskell"
         call s:MapDelimitersWithAlternative('{-','-}', '--', '')
-    elseif a:filetype == "hb"
+    elseif a:filetype ==? "hb"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "h"
+    elseif a:filetype ==? "h"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "haml"
+    elseif a:filetype ==? "haml"
         call s:MapDelimitersWithAlternative('-#', '', '/', '')
-    elseif a:filetype == "help"
-        call s:MapDelimiters('"','')
-    elseif a:filetype == "hercules"
+    elseif a:filetype ==? "hercules"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "hog"
+    elseif a:filetype ==? "hog"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "hostsaccess"
+    elseif a:filetype ==? "hostsaccess"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "html"
-        call s:MapDelimitersWithAlternative('<!--','-->', '//', '')
-    elseif a:filetype == "htmldjango"
+    elseif a:filetype ==? "htmlcheetah"
+        call s:MapDelimiters('##','')
+    elseif a:filetype ==? "htmldjango"
         call s:MapDelimitersWithAlternative('<!--','-->', '{#', '#}')
-    elseif a:filetype == "htmlos"
+    elseif a:filetype ==? "htmlos"
         call s:MapDelimiters('#','/#')
-    elseif a:filetype == "ia64"
+    elseif a:filetype ==? "ia64"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "icon"
+    elseif a:filetype ==? "icon"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "idlang"
+    elseif a:filetype ==? "idlang"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "idl"
+    elseif a:filetype ==? "idl"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "indent"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "inform"
+    elseif a:filetype ==? "inform"
         call s:MapDelimiters('!', '')
-    elseif a:filetype == "inittab"
+    elseif a:filetype ==? "inittab"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "ishd"
+    elseif a:filetype ==? "ishd"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "iss"
+    elseif a:filetype ==? "iss"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "ist"
+    elseif a:filetype ==? "ist"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "jam"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "java"
+    elseif a:filetype ==? "java"
+        call s:MapDelimitersWithAlternative('//','', '/*','*/')
+    elseif a:filetype ==? "javacc"
+        call s:MapDelimitersWithAlternative('//','', '/*','*/')
+    elseif a:filetype ==? "javascript"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "javascript"
+    elseif a:filetype == "javascript.jquery"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "jess"
+    elseif a:filetype ==? "jess"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "jgraph"
+    elseif a:filetype ==? "jgraph"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "jproperties"
+    elseif a:filetype ==? "jproperties"
         call s:MapDelimiters('#','')
-    elseif a:filetype == "jsp"
+    elseif a:filetype ==? "jsp"
         call s:MapDelimiters('<%--', '--%>')
-    elseif a:filetype == "kconfig"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "kix"
+    elseif a:filetype ==? "kix"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "kscript"
+    elseif a:filetype ==? "kscript"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "lace"
+    elseif a:filetype ==? "lace"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "ldif"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "lex"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "lftp"
+    elseif a:filetype ==? "ldif"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "lhaskell"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "lifelines"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "lilo"
+    elseif a:filetype ==? "lilo"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "lilypond"
+    elseif a:filetype ==? "lilypond"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "liquid"
+    elseif a:filetype ==? "liquid"
         call s:MapDelimiters('{%', '%}')
-    elseif a:filetype == "lisp"
+    elseif a:filetype ==? "lisp"
         call s:MapDelimitersWithAlternative(';','', '#|', '|#')
-    elseif a:filetype == "lite"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "llvm"
+    elseif a:filetype ==? "llvm"
         call s:MapDelimiters(';','')
-    elseif a:filetype == "lookupfile"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "lotos"
+    elseif a:filetype ==? "lotos"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "lout"
+    elseif a:filetype ==? "lout"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "lprolog"
+    elseif a:filetype ==? "lprolog"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "lscript"
+    elseif a:filetype ==? "lscript"
         call s:MapDelimiters("'", '')
-    elseif a:filetype == "lss"
+    elseif a:filetype ==? "lss"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "lua"
+    elseif a:filetype ==? "lua"
         call s:MapDelimitersWithAlternative('--','', '--[[', ']]')
-    elseif a:filetype == "lynx"
+    elseif a:filetype ==? "lynx"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "lytex"
+    elseif a:filetype ==? "lytex"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "m4"
-        call s:MapDelimiters('dnl ', '')
-    elseif a:filetype == "mail"
+    elseif a:filetype ==? "mail"
         call s:MapDelimiters('> ','')
-    elseif a:filetype == "mailcap"
-        call s:MapDelimiters('#','')
-    elseif a:filetype == "make"
-        call s:MapDelimiters('#','')
-    elseif a:filetype == "mako"
+    elseif a:filetype ==? "mako"
         call s:MapDelimiters('##', '')
-    elseif a:filetype == "man"
+    elseif a:filetype ==? "man"
         call s:MapDelimiters('."', '')
-    elseif a:filetype == "map"
+    elseif a:filetype ==? "map"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "maple"
+    elseif a:filetype ==? "maple"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "markdown"
+    elseif a:filetype ==? "markdown"
         call s:MapDelimiters('<!--', '-->')
-    elseif a:filetype == "masm"
+    elseif a:filetype ==? "masm"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "mason"
+    elseif a:filetype ==? "mason"
         call s:MapDelimiters('<% #', '%>')
-    elseif a:filetype == "master"
+    elseif a:filetype ==? "master"
         call s:MapDelimiters('$', '')
-    elseif a:filetype == "matlab"
+    elseif a:filetype ==? "matlab"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "mel"
+    elseif a:filetype ==? "mel"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "mf"
-        call s:MapDelimiters('%', '')
-    elseif a:filetype == "mib"
+    elseif a:filetype ==? "mib"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "mkd"
+    elseif a:filetype ==? "mkd"
         call s:MapDelimiters('>', '')
-    elseif a:filetype == "mma"
+    elseif a:filetype ==? "mma"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "modconf"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "model"
+    elseif a:filetype ==? "model"
         call s:MapDelimiters('$','$')
     elseif a:filetype =~ "moduala."
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "modula2"
+    elseif a:filetype ==? "modula2"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "modula3"
+    elseif a:filetype ==? "modula3"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "monk"
+    elseif a:filetype ==? "monk"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "mplayerconf"
+    elseif a:filetype ==? "mush"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "mrxvtrc"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "mush"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "muttrc"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "named"
+    elseif a:filetype ==? "named"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "nasm"
+    elseif a:filetype ==? "nasm"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "nastran"
+    elseif a:filetype ==? "nastran"
         call s:MapDelimiters('$', '')
-    elseif a:filetype == "natural"
+    elseif a:filetype ==? "natural"
         call s:MapDelimiters('/*', '')
-    elseif a:filetype == "ncf"
+    elseif a:filetype ==? "ncf"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "nerdtree"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "netdict"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "netrw"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "newlisp"
+    elseif a:filetype ==? "newlisp"
         call s:MapDelimiters(';','')
-    elseif a:filetype == "nqc"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "nroff"
+    elseif a:filetype ==? "nroff"
         call s:MapDelimiters('\"', '')
-    elseif a:filetype == "nsis"
+    elseif a:filetype ==? "nsis"
+        call s:MapDelimiters('#', '')
+    elseif a:filetype ==? "ntp"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "objc"
+    elseif a:filetype ==? "objc"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "objcpp"
+    elseif a:filetype ==? "objcpp"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "objj"
+    elseif a:filetype ==? "objj"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "ocaml"
+    elseif a:filetype ==? "ocaml"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "occam"
+    elseif a:filetype ==? "occam"
         call s:MapDelimiters('--','')
-    elseif a:filetype == "omlet"
+    elseif a:filetype ==? "omlet"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "omnimark"
+    elseif a:filetype ==? "omnimark"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "openroad"
+    elseif a:filetype ==? "openroad"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "opl"
+    elseif a:filetype ==? "opl"
         call s:MapDelimiters("REM", "")
-    elseif a:filetype == "ora"
+    elseif a:filetype ==? "ora"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "otl"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "ox"
+    elseif a:filetype ==? "ox"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "pamconf"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "pascal"
+    elseif a:filetype ==? "pascal"
         call s:MapDelimitersWithAlternative('{','}', '(*', '*)')
-    elseif a:filetype == "passwd"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "patran"
+    elseif a:filetype ==? "patran"
         call s:MapDelimitersWithAlternative('$','','/*', '*/')
-    elseif a:filetype == "pcap"
+    elseif a:filetype ==? "pcap"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "pccts"
+    elseif a:filetype ==? "pccts"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "perl"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "pfmain"
+    elseif a:filetype ==? "pdf"
+        call s:MapDelimiters('%', '')
+    elseif a:filetype ==? "pfmain"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "php"
+    elseif a:filetype ==? "php"
         call s:MapDelimitersWithAlternative('//','','/*', '*/')
-    elseif a:filetype == "phtml"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "pic"
+    elseif a:filetype ==? "pic"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "pike"
+    elseif a:filetype ==? "pike"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "pilrc"
+    elseif a:filetype ==? "pilrc"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "pine"
+    elseif a:filetype ==? "pine"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "plaintex"
-        call s:MapDelimiters('%','')
-    elseif a:filetype == "plm"
+    elseif a:filetype ==? "plm"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "plsql"
+    elseif a:filetype ==? "plsql"
         call s:MapDelimitersWithAlternative('--', '', '/*', '*/')
-    elseif a:filetype == "po"
+    elseif a:filetype ==? "po"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "postscr"
+    elseif a:filetype ==? "postscr"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "potwiki"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "pov"
+    elseif a:filetype ==? "pov"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "povini"
+    elseif a:filetype ==? "povini"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "ppd"
+    elseif a:filetype ==? "ppd"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "ppwiz"
+    elseif a:filetype ==? "ppwiz"
         call s:MapDelimiters(';;', '')
-    elseif a:filetype == "processing"
+    elseif a:filetype ==? "processing"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "procmail"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "progress"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "prolog"
+    elseif a:filetype ==? "prolog"
         call s:MapDelimitersWithAlternative('%','','/*','*/')
-    elseif a:filetype == "ps1"
+    elseif a:filetype ==? "ps1"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "psf"
+    elseif a:filetype ==? "psf"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "ptcap"
+    elseif a:filetype ==? "ptcap"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "pyrex"
-        call s:MapDelimiters('#','')
-    elseif a:filetype == "python"
-        call s:MapDelimiters('#','')
-    elseif a:filetype == "qf"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "radiance"
+    elseif a:filetype ==? "radiance"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "Rails-log"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "ratpoison"
+    elseif a:filetype ==? "ratpoison"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "r"
+    elseif a:filetype ==? "r"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "rc"
+    elseif a:filetype ==? "rc"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "readline"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "rebol"
+    elseif a:filetype ==? "rebol"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "registry"
+    elseif a:filetype ==? "registry"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "remind"
+    elseif a:filetype ==? "remind"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "rexx"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "rib"
-        call s:MapDelimiters('#','')
-    elseif a:filetype == "robots"
+    elseif a:filetype ==? "resolv"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "rpl"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "rst"
-        call s:MapDelimiters('..', '')
-    elseif a:filetype == "rtf"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "ruby"
+    elseif a:filetype ==? "rgb"
+        call s:MapDelimiters('!', '')
+    elseif a:filetype ==? "rib"
         call s:MapDelimiters('#','')
-    elseif a:filetype == "sa"
+    elseif a:filetype ==? "robots"
+        call s:MapDelimiters('#', '')
+    elseif a:filetype ==? "sa"
         call s:MapDelimiters('--','')
-    elseif a:filetype == "samba"
+    elseif a:filetype ==? "samba"
         call s:MapDelimitersWithAlternative(';','', '#', '')
-    elseif a:filetype == "sas"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "sass"
+    elseif a:filetype ==? "sass"
         call s:MapDelimitersWithAlternative('//','', '/*', '')
-    elseif a:filetype == "sather"
+    elseif a:filetype ==? "sather"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "scala"
+    elseif a:filetype ==? "scala"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "scheme"
-        call s:MapDelimiters(';', '')
-    elseif a:filetype == "scilab"
+    elseif a:filetype ==? "scilab"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "screen"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "scsh"
+    elseif a:filetype ==? "scsh"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "sdl"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "sed"
+    elseif a:filetype ==? "sed"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "selectbuf"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "services"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "sgml"
-        call s:MapDelimiters('<!','>')
-    elseif a:filetype == "sgmldecl"
+    elseif a:filetype ==? "sgmldecl"
         call s:MapDelimiters('--','--')
-    elseif a:filetype == "sgmllnx"
+    elseif a:filetype ==? "sgmllnx"
         call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "sicad"
+    elseif a:filetype ==? "sicad"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "sieve"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "simula"
+    elseif a:filetype ==? "simula"
         call s:MapDelimitersWithAlternative('%', '', '--', '')
-    elseif a:filetype == "sinda"
+    elseif a:filetype ==? "sinda"
         call s:MapDelimiters('$', '')
-    elseif a:filetype == "skill"
+    elseif a:filetype ==? "skill"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "slang"
+    elseif a:filetype ==? "slang"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "sl"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "slice"
+    elseif a:filetype ==? "slice"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "slrnrc"
+    elseif a:filetype ==? "slrnrc"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "sm"
+    elseif a:filetype ==? "sm"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "smarty"
+    elseif a:filetype ==? "smarty"
         call s:MapDelimiters('{*', '*}')
-    elseif a:filetype == "smil"
+    elseif a:filetype ==? "smil"
         call s:MapDelimiters('<!','>')
-    elseif a:filetype == "smith"
+    elseif a:filetype ==? "smith"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "sml"
+    elseif a:filetype ==? "sml"
         call s:MapDelimiters('(*','*)')
-    elseif a:filetype == "snnsnet"
+    elseif a:filetype ==? "snnsnet"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "snnspat"
+    elseif a:filetype ==? "snnspat"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "snnsres"
+    elseif a:filetype ==? "snnsres"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "snobol4"
+    elseif a:filetype ==? "snobol4"
         call s:MapDelimiters('*', '')
-    elseif a:filetype == "spec"
+    elseif a:filetype ==? "spec"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "specman"
+    elseif a:filetype ==? "specman"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "spectre"
+    elseif a:filetype ==? "spectre"
         call s:MapDelimitersWithAlternative('//', '', '*', '')
-    elseif a:filetype == "spice"
+    elseif a:filetype ==? "spice"
         call s:MapDelimiters('$', '')
-    elseif a:filetype == "sql"
+    elseif a:filetype ==? "sql"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "sqlforms"
+    elseif a:filetype ==? "sqlforms"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "sqlj"
+    elseif a:filetype ==? "sqlj"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "sqr"
+    elseif a:filetype ==? "sqr"
         call s:MapDelimiters('!', '')
-    elseif a:filetype == "squid"
+    elseif a:filetype ==? "squid"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "st"
+    elseif a:filetype ==? "st"
         call s:MapDelimiters('"','')
-    elseif a:filetype == "stata"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "stp"
+    elseif a:filetype ==? "stp"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "strace"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "sudoers"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "SVKAnnotate"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "svn"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "SVNannotate"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "SVNAnnotate"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "SVNcommit"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "SVNcommitlog"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "SVNdiff"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "SVNinfo"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "systemverilog"
+    elseif a:filetype ==? "systemverilog"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "tads"
+    elseif a:filetype ==? "tads"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "taglist"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "tags"
+    elseif a:filetype ==? "tags"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "tak"
+    elseif a:filetype ==? "tak"
         call s:MapDelimiters('$', '')
-    elseif a:filetype == "tar"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "tasm"
+    elseif a:filetype ==? "tasm"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "tcl"
+    elseif a:filetype ==? "tcl"
         call s:MapDelimiters('#','')
-    elseif a:filetype == "terminfo"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "tex"
-        call s:MapDelimiters('%','')
-    elseif a:filetype == "text"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "texinfo"
+    elseif a:filetype ==? "texinfo"
         call s:MapDelimiters("@c ", "")
-    elseif a:filetype == "texmf"
+    elseif a:filetype ==? "texmf"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "tf"
+    elseif a:filetype ==? "tf"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "tidy"
+    elseif a:filetype ==? "tidy"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "tli"
+    elseif a:filetype ==? "tli"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "trasys"
+    elseif a:filetype ==? "trasys"
         call s:MapDelimiters("$", "")
-    elseif a:filetype == "tsalt"
+    elseif a:filetype ==? "tsalt"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "tsscl"
+    elseif a:filetype ==? "tsscl"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "tssgm"
+    elseif a:filetype ==? "tssgm"
         call s:MapDelimiters("comment = '","'")
-    elseif a:filetype == "txt2tags"
+    elseif a:filetype ==? "txt2tags"
         call s:MapDelimiters('%','')
-    elseif a:filetype == "uc"
+    elseif a:filetype ==? "uc"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "uil"
+    elseif a:filetype ==? "uil"
         call s:MapDelimiters('!', '')
-    elseif a:filetype == "vb"
+    elseif a:filetype ==? "vb"
         call s:MapDelimiters("'","")
-    elseif a:filetype == "vcscommit"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "velocity"
+    elseif a:filetype ==? "velocity"
         call s:MapDelimitersWithAlternative("##","", '#*', '*#')
-    elseif a:filetype == "vera"
+    elseif a:filetype ==? "vera"
         call s:MapDelimitersWithAlternative('/*','*/','//','')
-    elseif a:filetype == "verilog"
+    elseif a:filetype ==? "verilog"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "verilog_systemverilog"
+    elseif a:filetype ==? "verilog_systemverilog"
         call s:MapDelimitersWithAlternative('//','', '/*','*/')
-    elseif a:filetype == "vgrindefs"
+    elseif a:filetype ==? "vgrindefs"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "vhdl"
+    elseif a:filetype ==? "vhdl"
         call s:MapDelimiters('--', '')
-    elseif a:filetype == "vim"
-        call s:MapDelimiters('"','')
-    elseif a:filetype == "viminfo"
-        call s:MapDelimiters('','')
-    elseif a:filetype == "vimperator"
+    elseif a:filetype ==? "vimperator"
         call s:MapDelimiters('"','')
-    elseif a:filetype == "virata"
+    elseif a:filetype ==? "virata"
         call s:MapDelimiters('%', '')
-    elseif a:filetype == "vo_base"
-        call s:MapDelimiters('', '')
-    elseif a:filetype == "vrml"
+    elseif a:filetype ==? "vrml"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "vsejcl"
+    elseif a:filetype ==? "vsejcl"
         call s:MapDelimiters('/*', '')
-    elseif a:filetype == "webmacro"
+    elseif a:filetype ==? "webmacro"
         call s:MapDelimiters('##', '')
-    elseif a:filetype == "wget"
+    elseif a:filetype ==? "wget"
         call s:MapDelimiters('#', '')
     elseif a:filetype ==? "Wikipedia"
         call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "winbatch"
+    elseif a:filetype ==? "winbatch"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "wml"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype =~ "[^w]*sh"
+    elseif a:filetype ==? "wml"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "wvdial"
+    elseif a:filetype ==? "wvdial"
         call s:MapDelimiters(';', '')
-    elseif a:filetype == "xdefaults"
+    elseif a:filetype ==? "xdefaults"
         call s:MapDelimiters('!', '')
-    elseif a:filetype == "xf86conf"
-        call s:MapDelimiters('#', '')
-    elseif a:filetype == "xhtml"
-        call s:MapDelimiters('<!--', '-->')
-    elseif a:filetype == "xkb"
+    elseif a:filetype ==? "xkb"
         call s:MapDelimiters('//', '')
-    elseif a:filetype == "xmath"
+    elseif a:filetype ==? "xmath"
         call s:MapDelimiters('#', '')
-    elseif a:filetype == "xml"
-        call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "xmodmap"
-        call s:MapDelimiters('!', '')
-    elseif a:filetype == "xpm2"
+    elseif a:filetype ==? "xpm2"
         call s:MapDelimiters('!', '')
-    elseif a:filetype == "xpm"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "xsd"
-        call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "xslt"
-        call s:MapDelimiters('<!--','-->')
-    elseif a:filetype == "yacc"
-        call s:MapDelimiters('/*','*/')
-    elseif a:filetype == "yaml"
-        call s:MapDelimiters('#','')
-    elseif a:filetype == "xquery"
+    elseif a:filetype ==? "xquery"
         call s:MapDelimiters('(:',':)')
-    elseif a:filetype == "z8a"
+    elseif a:filetype ==? "z8a"
         call s:MapDelimiters(';', '')
 
-    elseif a:filetype == ""
-        call s:MapDelimitersWithAlternative("","", "", "")
-
-        "we have not hardcoded the comment delimiters to use for this filetype so
-        "get them from &commentstring.
     else
-        "print a disclaimer to the user :)
-        if !g:NERDShutUp
-            call s:NerdEcho("Unknown filetype '".a:filetype."', setting delimiters by &commentstring.\nPleeeeease email the author of the NERD commenter with this filetype\nand its delimiters!", 0)
-        endif
 
         "extract the delims from &commentstring
-        let left= substitute(&commentstring, '\(.*\)%s.*', '\1', '')
-        let right= substitute(&commentstring, '.*%s\(.*\)', '\1', 'g')
-
+        let left= substitute(&commentstring, '\([^ \t]*\)\s*%s.*', '\1', '')
+        let right= substitute(&commentstring, '.*%s\s*\(.*\)', '\1', 'g')
         call s:MapDelimiters(left,right)
+
     endif
 endfunction
 
@@ -966,15 +749,15 @@ endfunction
 "   -rightAlt: the string for the alternative comment style defining the comment end delimiter
 function s:MapDelimitersWithAlternative(left, right, leftAlt, rightAlt)
     if !exists('g:NERD_' . &filetype . '_alt_style')
-        let b:left = a:left
-        let b:right = a:right
-        let b:leftAlt = a:leftAlt
-        let b:rightAlt = a:rightAlt
+        let b:NERDLeft = a:left
+        let b:NERDRight = a:right
+        let b:NERDLeftAlt = a:leftAlt
+        let b:NERDRightAlt = a:rightAlt
     else
-        let b:left = a:leftAlt
-        let b:right = a:rightAlt
-        let b:leftAlt = a:left
-        let b:rightAlt = a:right
+        let b:NERDLeft = a:leftAlt
+        let b:NERDRight = a:rightAlt
+        let b:NERDLeftAlt = a:left
+        let b:NERDRightAlt = a:right
     endif
 endfunction
 
@@ -990,7 +773,7 @@ endfunction
 function s:SwitchToAlternativeDelimiters(printMsgs)
     "if both of the alternative delimiters are empty then there is no
     "alternative comment style so bail out
-    if b:leftAlt == "" && b:rightAlt == ""
+    if b:NERDLeftAlt == "" && b:NERDRightAlt == ""
         if a:printMsgs
             call s:NerdEcho("Cannot use alternative delimiters, none are specified", 0)
         endif
@@ -998,21 +781,21 @@ function s:SwitchToAlternativeDelimiters(printMsgs)
     endif
 
     "save the current delimiters
-    let tempLeft = b:left
-    let tempRight = b:right
+    let tempLeft = b:NERDLeft
+    let tempRight = b:NERDRight
 
     "swap current delimiters for alternative
-    let b:left = b:leftAlt
-    let b:right = b:rightAlt
+    let b:NERDLeft = b:NERDLeftAlt
+    let b:NERDRight = b:NERDRightAlt
 
     "set the previously current delimiters to be the new alternative ones
-    let b:leftAlt = tempLeft
-    let b:rightAlt = tempRight
+    let b:NERDLeftAlt = tempLeft
+    let b:NERDRightAlt = tempRight
 
     "tell the user what comment delimiters they are now using
     if a:printMsgs
-        let leftNoEsc = b:left
-        let rightNoEsc = b:right
+        let leftNoEsc = b:NERDLeft
+        let rightNoEsc = b:NERDRight
         call s:NerdEcho("Now using " . leftNoEsc . " " . rightNoEsc . " to delimit comments", 1)
     endif
 
@@ -1142,19 +925,19 @@ function s:CommentBlock(top, bottom, lSide, rSide, forceNested )
                         "stick the right delimiter down
                         let theLine = strpart(theLine, 0, rSide+strlen(leftSpaced)) . rightSpaced . strpart(theLine, rSide+strlen(leftSpaced))
 
-                        let firstLeftDelim = s:FindDelimiterIndex(b:left, theLine)
-                        let lastRightDelim = s:LastIndexOfDelim(b:right, theLine)
+                        let firstLeftDelim = s:FindDelimiterIndex(b:NERDLeft, theLine)
+                        let lastRightDelim = s:LastIndexOfDelim(b:NERDRight, theLine)
 
                         if firstLeftDelim != -1 && lastRightDelim != -1
                             let searchStr = strpart(theLine, 0, lastRightDelim)
-                            let searchStr = strpart(searchStr, firstLeftDelim+strlen(b:left))
+                            let searchStr = strpart(searchStr, firstLeftDelim+strlen(b:NERDLeft))
 
                             "replace the outter most delims in searchStr with
                             "place-holders
-                            let theLineWithPlaceHolders = s:ReplaceDelims(b:left, b:right, g:NERDLPlace, g:NERDRPlace, searchStr)
+                            let theLineWithPlaceHolders = s:ReplaceDelims(b:NERDLeft, b:NERDRight, g:NERDLPlace, g:NERDRPlace, searchStr)
 
                             "add the right delimiter onto the line
-                            let theLine = strpart(theLine, 0, firstLeftDelim+strlen(b:left)) . theLineWithPlaceHolders . strpart(theLine, lastRightDelim)
+                            let theLine = strpart(theLine, 0, firstLeftDelim+strlen(b:NERDLeft)) . theLineWithPlaceHolders . strpart(theLine, lastRightDelim)
                         endif
                     endif
                 endif
@@ -1213,7 +996,7 @@ function s:CommentLines(forceNested, align, firstLine, lastLine)
 
             " find out if the line is commented using normal delims and/or
             " alternate ones
-            let isCommented = s:IsCommented(b:left, b:right, theLine) || s:IsCommented(b:leftAlt, b:rightAlt, theLine)
+            let isCommented = s:IsCommented(b:NERDLeft, b:NERDRight, theLine) || s:IsCommented(b:NERDLeftAlt, b:NERDRightAlt, theLine)
 
             " check if we can comment this line
             if !isCommented || g:NERDUsePlaceHolders || s:Multipart()
@@ -1362,13 +1145,13 @@ function s:CommentLinesSexy(topline, bottomline)
         " add the left delimiter one line above the lines that are to be commented
         call cursor(a:topline, 1)
         execute 'normal! O'
-        call setline(a:topline, strpart(s:spaces, 0, leftAlignIndx) . left )
+        call setline(a:topline, repeat(' ', leftAlignIndx) . left )
 
         " add the right delimiter after bottom line (we have to add 1 cos we moved
         " the lines down when we added the left delim
         call cursor(a:bottomline+1, 1)
         execute 'normal! o'
-        call setline(a:bottomline+2, strpart(s:spaces, 0, leftAlignIndx) . strpart(s:spaces, 0, strlen(left)-strlen(sexyComMarker)) . right )
+        call setline(a:bottomline+2, repeat(' ', leftAlignIndx) . repeat(' ', strlen(left)-strlen(sexyComMarker)) . right )
 
     endif
 
@@ -1386,7 +1169,7 @@ function s:CommentLinesSexy(topline, bottomline)
         let theLine = s:SwapOutterMultiPartDelimsForPlaceHolders(theLine)
 
         " add the sexyComMarker
-        let theLine = strpart(s:spaces, 0, leftAlignIndx) . strpart(s:spaces, 0, strlen(left)-strlen(sexyComMarker)) . sexyComMarkerSpaced . strpart(theLine, leftAlignIndx)
+        let theLine = repeat(' ', leftAlignIndx) . repeat(' ', strlen(left)-strlen(sexyComMarker)) . sexyComMarkerSpaced . strpart(theLine, leftAlignIndx)
 
         if lineHasTabs
             let theLine = s:ConvertLeadingSpacesToTabs(theLine)
@@ -1482,7 +1265,7 @@ function s:CommentRegion(topLine, topCol, bottomLine, bottomCol, forceNested)
     endif
 
     "stick the cursor back on the char it was on before the comment
-    call cursor(a:topLine, a:topCol + strlen(b:left) + g:NERDSpaceDelims)
+    call cursor(a:topLine, a:topCol + strlen(b:NERDLeft) + g:NERDSpaceDelims)
 
     "if we switched delims then we gotta go back to what they were before
     if switchedDelims == 1
@@ -1507,7 +1290,7 @@ function s:InvertComment(firstLine, lastLine)
         let sexyComBounds = s:FindBoundingLinesOfSexyCom(currentLine)
 
         " if the line is commented normally, uncomment it
-        if s:IsCommentedFromStartOfLine(b:left, theLine) || s:IsCommentedFromStartOfLine(b:leftAlt, theLine)
+        if s:IsCommentedFromStartOfLine(b:NERDLeft, theLine) || s:IsCommentedFromStartOfLine(b:NERDLeftAlt, theLine)
             call s:UncommentLines(currentLine, currentLine)
             let currentLine = currentLine + 1
 
@@ -1590,7 +1373,7 @@ function! NERDComment(isVisual, type) range
     elseif a:type == 'toggle'
         let theLine = getline(firstLine)
 
-        if s:IsInSexyComment(firstLine) || s:IsCommentedFromStartOfLine(b:left, theLine) || s:IsCommentedFromStartOfLine(b:leftAlt, theLine)
+        if s:IsInSexyComment(firstLine) || s:IsCommentedFromStartOfLine(b:NERDLeft, theLine) || s:IsCommentedFromStartOfLine(b:NERDLeftAlt, theLine)
             call s:UncommentLines(firstLine, lastLine)
         else
             call s:CommentLinesToggle(forceNested, firstLine, lastLine)
@@ -1907,54 +1690,54 @@ function s:UncommentLineNormal(line)
     let line = a:line
 
     "get the comment status on the line so we know how it is commented
-    let lineCommentStatus =  s:IsCommentedOuttermost(b:left, b:right, b:leftAlt, b:rightAlt, line)
+    let lineCommentStatus =  s:IsCommentedOuttermost(b:NERDLeft, b:NERDRight, b:NERDLeftAlt, b:NERDRightAlt, line)
 
-    "it is commented with b:left and b:right so remove these delims
+    "it is commented with b:NERDLeft and b:NERDRight so remove these delims
     if lineCommentStatus == 1
-        let line = s:RemoveDelimiters(b:left, b:right, line)
+        let line = s:RemoveDelimiters(b:NERDLeft, b:NERDRight, line)
 
-    "it is commented with b:leftAlt and b:rightAlt so remove these delims
+    "it is commented with b:NERDLeftAlt and b:NERDRightAlt so remove these delims
     elseif lineCommentStatus == 2 && g:NERDRemoveAltComs
-        let line = s:RemoveDelimiters(b:leftAlt, b:rightAlt, line)
+        let line = s:RemoveDelimiters(b:NERDLeftAlt, b:NERDRightAlt, line)
 
     "it is not properly commented with any delims so we check if it has
     "any random left or right delims on it and remove the outtermost ones
     else
         "get the positions of all delim types on the line
-        let indxLeft = s:FindDelimiterIndex(b:left, line)
-        let indxLeftAlt = s:FindDelimiterIndex(b:leftAlt, line)
-        let indxRight = s:FindDelimiterIndex(b:right, line)
-        let indxRightAlt = s:FindDelimiterIndex(b:rightAlt, line)
+        let indxLeft = s:FindDelimiterIndex(b:NERDLeft, line)
+        let indxLeftAlt = s:FindDelimiterIndex(b:NERDLeftAlt, line)
+        let indxRight = s:FindDelimiterIndex(b:NERDRight, line)
+        let indxRightAlt = s:FindDelimiterIndex(b:NERDRightAlt, line)
 
         "remove the outter most left comment delim
         if indxLeft != -1 && (indxLeft < indxLeftAlt || indxLeftAlt == -1)
-            let line = s:RemoveDelimiters(b:left, '', line)
+            let line = s:RemoveDelimiters(b:NERDLeft, '', line)
         elseif indxLeftAlt != -1
-            let line = s:RemoveDelimiters(b:leftAlt, '', line)
+            let line = s:RemoveDelimiters(b:NERDLeftAlt, '', line)
         endif
 
         "remove the outter most right comment delim
         if indxRight != -1 && (indxRight < indxRightAlt || indxRightAlt == -1)
-            let line = s:RemoveDelimiters('', b:right, line)
+            let line = s:RemoveDelimiters('', b:NERDRight, line)
         elseif indxRightAlt != -1
-            let line = s:RemoveDelimiters('', b:rightAlt, line)
+            let line = s:RemoveDelimiters('', b:NERDRightAlt, line)
         endif
     endif
 
 
-    let indxLeft = s:FindDelimiterIndex(b:left, line)
-    let indxLeftAlt = s:FindDelimiterIndex(b:leftAlt, line)
+    let indxLeft = s:FindDelimiterIndex(b:NERDLeft, line)
+    let indxLeftAlt = s:FindDelimiterIndex(b:NERDLeftAlt, line)
     let indxLeftPlace = s:FindDelimiterIndex(g:NERDLPlace, line)
 
     let indxRightPlace = s:FindDelimiterIndex(g:NERDRPlace, line)
-    let indxRightAlt = s:FindDelimiterIndex(b:rightAlt, line)
+    let indxRightAlt = s:FindDelimiterIndex(b:NERDRightAlt, line)
     let indxRightPlace = s:FindDelimiterIndex(g:NERDRPlace, line)
 
-    let right = b:right
-    let left = b:left
+    let right = b:NERDRight
+    let left = b:NERDLeft
     if !s:Multipart()
-        let right = b:rightAlt
-        let left = b:leftAlt
+        let right = b:NERDRightAlt
+        let left = b:NERDLeftAlt
     endif
 
 
@@ -2008,7 +1791,7 @@ function s:AddLeftDelimAligned(delim, theLine, alignIndx)
     "so we can align the delim properly
     let theLine = a:theLine
     if strlen(theLine) < a:alignIndx
-        let theLine = strpart(s:spaces, 0, a:alignIndx - strlen(theLine))
+        let theLine = repeat(' ', a:alignIndx - strlen(theLine))
     endif
 
     return strpart(theLine, 0, a:alignIndx) . a:delim . strpart(theLine, a:alignIndx)
@@ -2035,7 +1818,7 @@ function s:AddRightDelimAligned(delim, theLine, alignIndx)
         " so we get a string containing the needed spaces (it
         " could be empty)
         let extraSpaces = ''
-        let extraSpaces = strpart(s:spaces, 0, a:alignIndx-strlen(a:theLine))
+        let extraSpaces = repeat(' ', a:alignIndx-strlen(a:theLine))
 
         " add the right delim
         return substitute(a:theLine, '$', extraSpaces . a:delim, '')
@@ -2045,7 +1828,7 @@ endfunction
 " Function: s:AltMultipart() {{{2
 " returns 1 if the alternative delims are multipart
 function s:AltMultipart()
-    return b:rightAlt != ''
+    return b:NERDRightAlt != ''
 endfunction
 
 " Function: s:CanCommentLine(forceNested, line) {{{2
@@ -2116,7 +1899,7 @@ endfunction
 "   -lineNum: the line num of the line to check for commentability
 function s:CanToggleCommentLine(forceNested, lineNum)
     let theLine = getline(a:lineNum)
-    if (s:IsCommentedFromStartOfLine(b:left, theLine) || s:IsCommentedFromStartOfLine(b:leftAlt, theLine)) && !a:forceNested
+    if (s:IsCommentedFromStartOfLine(b:NERDLeft, theLine) || s:IsCommentedFromStartOfLine(b:NERDLeftAlt, theLine)) && !a:forceNested
         return 0
     endif
 
@@ -2236,9 +2019,9 @@ endfunction
 function s:DoesBlockHaveMultipartDelim(top, bottom)
     if s:HasMultipartDelims()
         if s:Multipart()
-            return s:DoesBlockHaveDelim(b:left, a:top, a:bottom) || s:DoesBlockHaveDelim(b:right, a:top, a:bottom)
+            return s:DoesBlockHaveDelim(b:NERDLeft, a:top, a:bottom) || s:DoesBlockHaveDelim(b:NERDRight, a:top, a:bottom)
         else
-            return s:DoesBlockHaveDelim(b:leftAlt, a:top, a:bottom) || s:DoesBlockHaveDelim(b:rightAlt, a:top, a:bottom)
+            return s:DoesBlockHaveDelim(b:NERDLeftAlt, a:top, a:bottom) || s:DoesBlockHaveDelim(b:NERDRightAlt, a:top, a:bottom)
         endif
     endif
     return 0
@@ -2388,13 +2171,13 @@ endfunction
 "    (the space string will only be added if NERDSpaceDelims is set)
 "   -esc: specifies whether the tricky chars in the delim should be ESCed
 function s:GetLeft(alt, space, esc)
-    let delim = b:left
+    let delim = b:NERDLeft
 
     if a:alt
-        if b:leftAlt == ''
+        if b:NERDLeftAlt == ''
             return ''
         else
-            let delim = b:leftAlt
+            let delim = b:NERDLeftAlt
         endif
     endif
     if delim == ''
@@ -2420,13 +2203,13 @@ endfunction
 "   (the space string will only be added if NERDSpaceDelims is set)
 "   -esc: specifies whether the tricky chars in the delim should be ESCed
 function s:GetRight(alt, space, esc)
-    let delim = b:right
+    let delim = b:NERDRight
 
     if a:alt
         if !s:AltMultipart()
             return ''
         else
-            let delim = b:rightAlt
+            let delim = b:NERDRightAlt
         endif
     endif
     if delim == ''
@@ -2457,7 +2240,7 @@ endfunction
 "    (the space string will only be added if NERDSpaceDelims is set)
 "   -esc: specifies whether the tricky chars in the marker are to be ESCed
 function s:GetSexyComMarker(space, esc)
-    let sexyComMarker = b:sexyComMarker
+    let sexyComMarker = b:NERDSexyComMarker
 
     "if there is no hardcoded marker then we find one
     if sexyComMarker == ''
@@ -2469,14 +2252,14 @@ function s:GetSexyComMarker(space, esc)
         else
             "find a comment marker by getting the longest available left delim
             "(that has a corresponding right delim) and taking the last char
-            let lenLeft = strlen(b:left)
-            let lenLeftAlt = strlen(b:leftAlt)
+            let lenLeft = strlen(b:NERDLeft)
+            let lenLeftAlt = strlen(b:NERDLeftAlt)
             let left = ''
             let right = ''
             if s:Multipart() && lenLeft >= lenLeftAlt
-                let left = b:left
+                let left = b:NERDLeft
             elseif s:AltMultipart()
-                let left = b:leftAlt
+                let left = b:NERDLeftAlt
             else
                 return -1
             endif
@@ -2505,8 +2288,8 @@ endfunction
 "   (the space string will only be added if NERDSpaceDelims is set)
 "   -esc: specifies whether the tricky chars in the string are ESCed
 function s:GetSexyComLeft(space, esc)
-    let lenLeft = strlen(b:left)
-    let lenLeftAlt = strlen(b:leftAlt)
+    let lenLeft = strlen(b:NERDLeft)
+    let lenLeftAlt = strlen(b:NERDLeftAlt)
     let left = ''
 
     "assume c style sexy comments if possible
@@ -2515,9 +2298,9 @@ function s:GetSexyComLeft(space, esc)
     else
         "grab the longest left delim that has a right
         if s:Multipart() && lenLeft >= lenLeftAlt
-            let left = b:left
+            let left = b:NERDLeft
         elseif s:AltMultipart()
-            let left = b:leftAlt
+            let left = b:NERDLeftAlt
         else
             return -1
         endif
@@ -2543,8 +2326,8 @@ endfunction
 "   is specified for the current filetype)
 "   -esc: specifies whether the tricky chars in the string are ESCed
 function s:GetSexyComRight(space, esc)
-    let lenLeft = strlen(b:left)
-    let lenLeftAlt = strlen(b:leftAlt)
+    let lenLeft = strlen(b:NERDLeft)
+    let lenLeftAlt = strlen(b:NERDLeftAlt)
     let right = ''
 
     "assume c style sexy comments if possible
@@ -2553,9 +2336,9 @@ function s:GetSexyComRight(space, esc)
     else
         "grab the right delim that pairs with the longest left delim
         if s:Multipart() && lenLeft >= lenLeftAlt
-            let right = b:right
+            let right = b:NERDRight
         elseif s:AltMultipart()
-            let right = b:rightAlt
+            let right = b:NERDRightAlt
         else
             return -1
         endif
@@ -2591,7 +2374,7 @@ endfunction
 " Function: s:HasCStyleComments() {{{2
 " Returns 1 iff the current filetype has c style comment delimiters
 function s:HasCStyleComments()
-    return (b:left == '/*' && b:right == '*/') || (b:leftAlt == '/*' && b:rightAlt == '*/')
+    return (b:NERDLeft == '/*' && b:NERDRight == '*/') || (b:NERDLeftAlt == '/*' && b:NERDRightAlt == '*/')
 endfunction
 
 " Function: s:IsCommentedNormOrSexy(lineNum) {{{2
@@ -2604,7 +2387,7 @@ function s:IsCommentedNormOrSexy(lineNum)
     let theLine = getline(a:lineNum)
 
     "if the line is commented normally return 1
-    if s:IsCommented(b:left, b:right, theLine) || s:IsCommented(b:leftAlt, b:rightAlt, theLine)
+    if s:IsCommented(b:NERDLeft, b:NERDRight, theLine) || s:IsCommented(b:NERDLeftAlt, b:NERDRightAlt, theLine)
         return 1
     endif
 
@@ -2820,11 +2603,11 @@ function s:IsSexyComment(topline, bottomline)
     let left = ''
     let right = ''
     if s:Multipart()
-        let left = b:left
-        let right = b:right
+        let left = b:NERDLeft
+        let right = b:NERDRight
     elseif s:AltMultipart()
-        let left = b:leftAlt
-        let right = b:rightAlt
+        let left = b:NERDLeftAlt
+        let right = b:NERDRightAlt
     else
         return 0
     endif
@@ -2949,7 +2732,7 @@ function s:LeftMostIndx(countCommentedLines, countEmptyLines, topline, bottomlin
         " commented, check it
         let theLine = getline(currentLine)
         if a:countEmptyLines || theLine !~ '^[ \t]*$'
-            if a:countCommentedLines || (!s:IsCommented(b:left, b:right, theLine) && !s:IsCommented(b:leftAlt, b:rightAlt, theLine))
+            if a:countCommentedLines || (!s:IsCommented(b:NERDLeft, b:NERDRight, theLine) && !s:IsCommented(b:NERDLeftAlt, b:NERDRightAlt, theLine))
                 " convert spaces to tabs and get the number of leading spaces for
                 " this line and update leftMostIndx if need be
                 let theLine = s:ConvertLeadingTabsToSpaces(theLine)
@@ -2974,7 +2757,7 @@ endfunction
 " Function: s:Multipart() {{{2
 " returns 1 if the current delims are multipart
 function s:Multipart()
-    return b:right != ''
+    return b:NERDRight != ''
 endfunction
 
 " Function: s:NerdEcho(msg, typeOfMsg) {{{2
@@ -3105,7 +2888,7 @@ function s:RightMostIndx(countCommentedLines, countEmptyLines, topline, bottomli
         let theLine = getline(currentLine)
         if a:countEmptyLines || theLine !~ '^[ \t]*$'
 
-            if a:countCommentedLines || (!s:IsCommented(b:left, b:right, theLine) && !s:IsCommented(b:leftAlt, b:rightAlt, theLine))
+            if a:countCommentedLines || (!s:IsCommented(b:NERDLeft, b:NERDRight, theLine) && !s:IsCommented(b:NERDLeftAlt, b:NERDRightAlt, theLine))
 
                 " update rightMostIndx if need be
                 let theLine = s:ConvertLeadingTabsToSpaces(theLine)
@@ -3140,20 +2923,20 @@ endfunction
 function s:SwapOutterMultiPartDelimsForPlaceHolders(line)
     " find out if the line is commented using normal delims and/or
     " alternate ones
-    let isCommented = s:IsCommented(b:left, b:right, a:line)
-    let isCommentedAlt = s:IsCommented(b:leftAlt, b:rightAlt, a:line)
+    let isCommented = s:IsCommented(b:NERDLeft, b:NERDRight, a:line)
+    let isCommentedAlt = s:IsCommented(b:NERDLeftAlt, b:NERDRightAlt, a:line)
 
     let line2 = a:line
 
     "if the line is commented and there is a right delimiter, replace
     "the delims with place-holders
     if isCommented && s:Multipart()
-        let line2 = s:ReplaceDelims(b:left, b:right, g:NERDLPlace, g:NERDRPlace, a:line)
+        let line2 = s:ReplaceDelims(b:NERDLeft, b:NERDRight, g:NERDLPlace, g:NERDRPlace, a:line)
 
     "similarly if the line is commented with the alternative
     "delimiters
     elseif isCommentedAlt && s:AltMultipart()
-        let line2 = s:ReplaceDelims(b:leftAlt, b:rightAlt, g:NERDLPlace, g:NERDRPlace, a:line)
+        let line2 = s:ReplaceDelims(b:NERDLeftAlt, b:NERDRightAlt, g:NERDLPlace, g:NERDRPlace, a:line)
     endif
 
     return line2
@@ -3169,11 +2952,11 @@ function s:SwapOutterPlaceHoldersForMultiPartDelims(line)
     let left = ''
     let right = ''
     if s:Multipart()
-        let left = b:left
-        let right = b:right
+        let left = b:NERDLeft
+        let right = b:NERDRight
     elseif s:AltMultipart()
-        let left = b:leftAlt
-        let right = b:rightAlt
+        let left = b:NERDLeftAlt
+        let right = b:NERDRightAlt
     endif
 
     let line = s:ReplaceDelims(g:NERDLPlace, g:NERDRPlace, left, right, a:line)

-- 
vim-scripts packaging



More information about the pkg-vim-maintainers mailing list