mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 03:03:47 -05:00
fix compatibiltiy bug with vim 7.2
This commit is contained in:
@@ -852,6 +852,9 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *NERDComChangelog*
|
7. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
|
2.1.16
|
||||||
|
- compatibility fix for vim7.2, cheers to Ben Schmidt, David Fishburn, and
|
||||||
|
Erik Falor for the emails.
|
||||||
2.1.15
|
2.1.15
|
||||||
- added pamconf support, thanks to Martin Kustermann
|
- added pamconf support, thanks to Martin Kustermann
|
||||||
- added mason support, thanks to Indriði Einarsson
|
- added mason support, thanks to Indriði Einarsson
|
||||||
@@ -1189,6 +1192,9 @@ reports about sexy/toggle comments and for testing my fixes.
|
|||||||
|
|
||||||
Thanks to tpope for the english lesson.
|
Thanks to tpope for the english lesson.
|
||||||
|
|
||||||
|
Thanks to Ben Schmidt, David Fishburn, and Erik Falor for emailing me about an
|
||||||
|
incompatibility with vim7.2.
|
||||||
|
|
||||||
Not to forget! Thanks to the following people for sending me new filetypes to
|
Not to forget! Thanks to the following people for sending me new filetypes to
|
||||||
support :D
|
support :D
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
" File: NERD_commenter.vim
|
" File: NERD_commenter.vim
|
||||||
" Description: vim global plugin that provides easy code commenting
|
" Description: vim global plugin that provides easy code commenting
|
||||||
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
|
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
|
||||||
|
" Version: 2.1.15
|
||||||
" Last Change: 22 June, 2008
|
" Last Change: 22 June, 2008
|
||||||
" License: This program is free software. It comes without any warranty,
|
" License: This program is free software. It comes without any warranty,
|
||||||
" to the extent permitted by applicable law. You can redistribute
|
" to the extent permitted by applicable law. You can redistribute
|
||||||
@@ -10,7 +11,6 @@
|
|||||||
" See http://sam.zoy.org/wtfpl/COPYING for more details.
|
" See http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||||
"
|
"
|
||||||
" ============================================================================
|
" ============================================================================
|
||||||
let s:NERD_commenter_version = 2.1.15
|
|
||||||
|
|
||||||
" Section: script init stuff {{{1
|
" Section: script init stuff {{{1
|
||||||
if exists("loaded_nerd_comments")
|
if exists("loaded_nerd_comments")
|
||||||
|
|||||||
Reference in New Issue
Block a user