Author: dylan
Date: 2005-01-09 00:28:42 -0500 (Sun, 09 Jan 2005)
New Revision: 575
Modified:
trunk/dev-tools/vim-automod/perl_automod.vim.m4
Log:
updated the description.
Modified: trunk/dev-tools/vim-automod/perl_automod.vim.m4
===================================================================
--- trunk/dev-tools/vim-automod/perl_automod.vim.m4 2005-01-09 05:26:17 UTC
(rev 574)
+++ trunk/dev-tools/vim-automod/perl_automod.vim.m4 2005-01-09 05:28:42 UTC
(rev 575)
@@ -9,10 +9,11 @@
" To install:
" * make install
" * In your ~/.vimrc, use the following autocmd:
-" : autocmd BufNewFile *.pm nested call PerlModuleNewFile()
-"
-"
-"
+" : autocmd BufNewFile *.pm nested call PerlModuleNewFile()
+" * You can specify different templates other than the default one by
setting
+" b:perl_automod_new
+" (before calling PerlModuleNewFile(), of course).
+
if exists('did_perl_automod')
finish
endif