diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index db047be..b8eff35 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -861,10 +861,8 @@ to get illegal syntax when uncommenting them. 8. Changelog *NERDComChangelog* 2.1.8 - - fixed a bug that was screwing up the removal of spaces when - NERDSpaceDelims was set. Thx to David Miani for posting the issue - - fixed a bug with aligned comments and the NERDSpaceDelims option, thx to - Jeremy Hinegardner + - fixed a couple of bugs with the NERDSpaceDelims option, thx to + David Miani and Jeremy Hinegardner - 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 Michael diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index cbab400..b8b5793 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -1,7 +1,7 @@ " 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 -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 " and try again. If it sill doesnt work... the help page is at the bottom