From a84365f1747e7ff7896a120f84ca2d7bfab8032e Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 22 Jun 2008 12:09:48 +1200 Subject: [PATCH] switch version to 2.1.15 --- plugin/NERD_commenter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 55f47e4..7378314 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -10,7 +10,7 @@ " See http://sam.zoy.org/wtfpl/COPYING for more details. " " ============================================================================ -let s:NERD_commenter_version = 2.1.14 +let s:NERD_commenter_version = 2.1.15 " Section: script init stuff {{{1 if exists("loaded_nerd_comments")