1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-27 17:02:36 +01:00

Version 0.61803399 (first commit)

This commit is contained in:
Michael
2009-02-16 21:11:41 -05:00
parent 2a9c9acd97
commit 9707a70f85
15 changed files with 1352 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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")`'