From 2d082edbceed68c51697250e388116949cb82db5 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 1 Apr 2009 15:06:32 +0000 Subject: [PATCH] Fixed typo --- vim/plugin/skeleton.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugin/skeleton.vim b/vim/plugin/skeleton.vim index 59e545e..c1a7eb1 100644 --- a/vim/plugin/skeleton.vim +++ b/vim/plugin/skeleton.vim @@ -16,7 +16,7 @@ " @@EMAIL@@ - replaced by g:email " @@DESCR@@ - Synopsis of file (asked by this plugin " @@crdate@@ - replaced by creation date -" 2009-04-01T17:03:00 CEST - replaced by last modification date +" @@lmdate@@ - replaced by last modification date " Define template directory let g:skeletons = '~/.vim/templates'