From e32c0b96756c65f87b51b169bec6cba6daccceab Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Mon, 30 Mar 2009 18:47:25 +1300 Subject: [PATCH] switch to version 2.2.2 --- 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 f4a729d..d79d278 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -793,7 +793,7 @@ The latest dev versions are on github ============================================================================== 8. Changelog *NERDComChangelog* -2.2.x +2.2.2 - remove the NERDShutup option and the message is suppresses, this makes the plugin silently rely on &commentstring for unknown filetypes. - add support for dhcpd, limits, ntp, resolv, rgb, sysctl, udevconf and diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 93417ff..18a348f 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -2,8 +2,8 @@ " File: NERD_commenter.vim " Description: vim global plugin that provides easy code commenting " Maintainer: Martin Grenfell -" Version: 2.2.1 -" Last Change: 13th November, 2008 +" Version: 2.2.2 +" Last Change: 30th March, 2008 " License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute " it and/or modify it under the terms of the Do What The Fuck You