mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 04:03:46 -05:00
version bump and cleaned up the changelog a bit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 <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
|
||||
" and try again. If it sill doesnt work... the help page is at the bottom
|
||||
|
||||
Reference in New Issue
Block a user