mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-27 17:02:36 +01:00
added support for buffer-only snippets
This commit is contained in:
@@ -7,6 +7,8 @@ let snippet_filetype = 'vim'
|
||||
" snippets for making snippets :)
|
||||
exe 'Snipp snip exe "Snipp ${1:trigger}"${2}'
|
||||
exe "Snipp snipp exe 'Snipp ${1:trigger}'${2}"
|
||||
exe 'Snipp bsnip exe "BufferSnip ${1:trigger}"${2}'
|
||||
exe "Snipp bsnipp exe 'BufferSnip ${1:trigger}'${2}"
|
||||
exe 'Snipp gsnip exe "GlobalSnip ${1:trigger}"${2}'
|
||||
exe "Snipp gsnipp exe 'GlobalSnip ${1:trigger}'${2}"
|
||||
exe "Snipp guard if !exists('g:loaded_snips') || exists('s:did_".
|
||||
|
||||
Reference in New Issue
Block a user