From 08d14e734291d7c64b6d5f1d168c4db7956e9d8c Mon Sep 17 00:00:00 2001 From: marty Date: Fri, 18 Jan 2008 23:21:04 +1300 Subject: [PATCH] updated the version/last update comments --- plugin/NERD_commenter.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index cf01ea6..86ff097 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: 14 dec 2007 +" Last Change: 18 jan 2008 " Maintainer: Martin Grenfell -let s:NERD_commenter_version = 2.1.8 +let s:NERD_commenter_version = 2.1.9 " 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