mirror of
https://github.com/gryf/snipmate.vim.git
synced 2026-04-05 21:03:32 +02:00
significantly refactored code, and added support for file-based snippets and delimeters before snippet triggers
This commit is contained in:
8
snip/after/plugin/global_snips.vim
Normal file
8
snip/after/plugin/global_snips.vim
Normal 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")`'
|
||||
Reference in New Issue
Block a user