mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
changed the version to 2.1.12
This commit is contained in:
parent
6304c65434
commit
6a9764f39a
|
@ -860,7 +860,7 @@ to get illegal syntax when uncommenting them.
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. Changelog *NERDComChangelog*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
2.something
|
2.1.12
|
||||||
- added support for patran and dakota, thx to Jacobo Diaz for the email
|
- added support for patran and dakota, thx to Jacobo Diaz for the email
|
||||||
- added support for gentoo-env-d, gentoo-init-d, gentoo-make-conf, grub,
|
- added support for gentoo-env-d, gentoo-init-d, gentoo-make-conf, grub,
|
||||||
modconf and sudoers filetypes, thx to Li Jin for the patch.
|
modconf and sudoers filetypes, thx to Li Jin for the patch.
|
||||||
|
|
|
@ -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: 24 Feb 2008
|
" Last Change: 31 March 2008
|
||||||
" Maintainer: Martin Grenfell <martin_grenfell at msn.com>
|
" Maintainer: Martin Grenfell <martin_grenfell at msn.com>
|
||||||
let s:NERD_commenter_version = 2.1.11
|
let s:NERD_commenter_version = 2.1.12
|
||||||
|
|
||||||
" 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user