1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-05 13:24:17 +01:00

significantly refactored code, and added support for file-based snippets and delimeters before snippet triggers.

This commit is contained in:
Michael Sanders
2009-02-25 15:02:34 -05:00
parent 465abbe37e
commit 48b5d02a89
31 changed files with 552 additions and 1920 deletions

View File

@@ -1,7 +1,7 @@
if !exists('loaded_snips') || exists('b:did_php_snips')
if !exists('loaded_snips') || exists('s:did_php_snips')
fini
en
let b:did_php_snips = 1
let s:did_php_snips = 1
exe "Snipp php <?php\n${1}\n?>"
exe 'Snipp ec echo "${1:string}"${2};'