version bump and cleaned up the changelog a bit

This commit is contained in:
marty
2007-12-14 15:56:14 +13:00
parent 574f2841cc
commit b6882e5d23
2 changed files with 4 additions and 6 deletions

View File

@@ -861,10 +861,8 @@ to get illegal syntax when uncommenting them.
8. Changelog *NERDComChangelog* 8. Changelog *NERDComChangelog*
2.1.8 2.1.8
- fixed a bug that was screwing up the removal of spaces when - fixed a couple of bugs with the NERDSpaceDelims option, thx to
NERDSpaceDelims was set. Thx to David Miani for posting the issue David Miani and Jeremy Hinegardner
- fixed a bug with aligned comments and the NERDSpaceDelims option, thx to
Jeremy Hinegardner
- added dummy support for lhaskell, thx to pipp for posting the issue - added dummy support for lhaskell, thx to pipp for posting the issue
- added an alternative set of delims for the plsql filetype, thx to Kuchma - added an alternative set of delims for the plsql filetype, thx to Kuchma
Michael Michael

View File

@@ -1,7 +1,7 @@
" vim global plugin that provides easy code commenting for various file types " vim global plugin that provides easy code commenting for various file types
" Last Change: 26 oct 2007 " Last Change: 14 dec 2007
" Maintainer: Martin Grenfell <martin_grenfell at msn.com> " Maintainer: Martin Grenfell <martin_grenfell at msn.com>
let s:NERD_commenter_version = 2.1.7 let s:NERD_commenter_version = 2.1.8
" For help documentation type :help NERDCommenter. If this fails, Restart vim " For help documentation type :help NERDCommenter. If this fails, Restart vim
" and try again. If it sill doesnt work... the help page is at the bottom " and try again. If it sill doesnt work... the help page is at the bottom