Skip to content

Instantly share code, notes, and snippets.

@kazu634
Created January 8, 2012 13:45
Show Gist options
  • Save kazu634/1578400 to your computer and use it in GitHub Desktop.
Save kazu634/1578400 to your computer and use it in GitHub Desktop.
if has('mac')
augroup templateload
autocmd!
autocmd BufNewFile *.sh 0r ~/.vim/template/skelton.sh
autocmd BufNewFile *.pl 0r ~/.vim/template/skelton.pl
autocmd BufNewFile *.scm 0r ~/.vim/template/skelton.scm
augroup END
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment