Watchers

The NERD Commenter

A plugin that allows for easy commenting of code for many filetypes.

  • Script id: 1218
  • Author: Marty Grenfell
  • Latest version: 2.3.0
  • Release date: 2010-12-07
  • Release notes:
    - remove all filetypes which have a &commentstring in the standard vim runtime
      for vim > 7.0 unless the script stores an alternate set of delimiters
    - make the script complain if the user doesnt have filetype plugins enabled
    - use <leader> instead of comma to start the default mappings
    - fix a couple of bugs with sexy comments - thanks to Tim Smart
    - lots of refactoring