From dd7a0bf47151bfa1f192555288446287226dbb96 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 4 May 2008 13:13:30 +1200 Subject: [PATCH] changed the version to 2.1.13 for the next release --- doc/NERD_commenter.txt | 2 +- plugin/NERD_commenter.vim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index 73068fc..ffb7b6c 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -860,7 +860,7 @@ to get illegal syntax when uncommenting them. ============================================================================== 8. Changelog *NERDComChangelog* -2.x.x +2.1.13 - added support for rib files, thanks to spookypeanut for posting the issue. - added support for pyrex/cython, thanks to Greg Jandl for diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index d13ef85..c915d35 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: 31 March 2008 +" Last Change: 4 May 2008 " Maintainer: Martin Grenfell -let s:NERD_commenter_version = 2.1.12 +let s:NERD_commenter_version = 2.1.13 " 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