1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-24 15:12:28 +01:00
Files
snipmate.vim/after/plugin/global_snips.vim
2009-02-16 21:11:41 -05:00

9 lines
293 B
VimL

if !exists('g:loaded_snips') || exists('s:did_snips')
fini
en
let s:did_snips = 1
" (c) holds no legal value ;)
exe 'GlobalSnip c) '.(&enc[:2] == 'utf' ? '©' : '(c)').' Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}'
exe 'GlobalSnip date `strftime("%Y-%m-%d")`'