vim-snippets/snippets/diff.snippets
Marc Weber 94aebfaadd Move all snippet files into a snippets directory so that you can install it
using VAM. The reason is that snipmate automatically looks for snippets
found in &rtp/snippets
2011-06-21 09:02:13 +02:00

12 lines
274 B
Plaintext

# DEP-3 (http://dep.debian.net/deps/dep3/) style patch header
snippet header DEP-3 style header
Description: ${1}
Origin: ${2}
Bug: ${3}
Forwarded: ${4}
Author: ${5:`g:snips_author`}
Reviewed-by: ${6}
Last-Update: ${7:`strftime("%Y-%m-%d")`}
Applied-Upstream: ${8}