/usr/share/vim/registry/vim-snipmate.yaml is in vim-snipmate 0.87-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | addon: snipmate
description: "Vim script that implements some of TextMate's snippets features."
disabledby: "let g:loaded_snips = 1"
files:
- after/plugin/snipMate.vim
- autoload/snipMate.vim
- autoload/snipMate_python_demo.vim
- doc/SnipMate.txt
- ftplugin/html_snip_helper.vim
- ftplugin/snippet.vim
- ftplugin/snippets.vim
- plugin/snipMate.vim
- plugin/snipMateInterface.vim
- syntax/snippet.vim
- syntax/snippets.vim
|