diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b1d824c..2f958d6 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: 22 Feb 2008 +" Last Change: 24 Feb 2008 " Maintainer: Martin Grenfell -let s:NERD_commenter_version = 2.1.10 +let s:NERD_commenter_version = 2.1.11 " 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