/usr/share/vim/registry/vim-vimerl.yaml is in vim-vimerl 1.4.1+git20120509.89111c7-2.
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 16 17 18 19 | addon: vimerl
description: "The Erlang plugin for Vim"
disabledby: "let loaded_erlang_skel=1"
files:
- autoload/erlang_complete.erl
- autoload/erlang_complete.vim
- compiler/erlang_check.erl
- compiler/erlang.vim
- doc/vimerl.txt
- ftplugin/erlang.vim
- indent/erlang.vim
- indent/erlang_indent.erl
- plugin/erlang_skels/application
- plugin/erlang_skels/gen_event
- plugin/erlang_skels/gen_fsm
- plugin/erlang_skels/gen_server
- plugin/erlang_skels/header
- plugin/erlang_skels/supervisor
- plugin/erlang_skel.vim
|