diff options
Diffstat (limited to '.vim/my-snippets/UltiSnips/PKGBUILD.snippets')
| -rw-r--r-- | .vim/my-snippets/UltiSnips/PKGBUILD.snippets | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/my-snippets/UltiSnips/PKGBUILD.snippets b/.vim/my-snippets/UltiSnips/PKGBUILD.snippets new file mode 100644 index 0000000..f00053f --- /dev/null +++ b/.vim/my-snippets/UltiSnips/PKGBUILD.snippets | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # vim:ft=snippets: | ||
| 2 | |||
| 3 | snippet m "Maintainer line" b | ||
| 4 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | ||
| 5 | endsnippet | ||
