建立perl
文件时自动写些东西,供偷懒html
另Vim经常使用配置函数介绍shell
<!-- lang: shell --> # 很是初级的 => *.pm 显然不应如此 autocmd BufNewFile *.pl exec ":call StrictWarn()" func StrictWarn() call setline(1,"#!/usr/bin/perl") call append(1,"use strict;") call append(2,"use warnings;") endfunc