/usr/share/vim/registry/ctrlp.yaml is in vim-ctrlp 1.80-1.
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: ctrlp
description: "fuzzy file, buffer, mru, tag, etc. finder"
disabledby: "let g:loaded_ctrlp = 1"
files:
- plugin/ctrlp.vim
- autoload/ctrlp/bookmarkdir.vim
- autoload/ctrlp/buffertag.vim
- autoload/ctrlp/changes.vim
- autoload/ctrlp/dir.vim
- autoload/ctrlp/line.vim
- autoload/ctrlp/mixed.vim
- autoload/ctrlp/mrufiles.vim
- autoload/ctrlp/quickfix.vim
- autoload/ctrlp/rtscript.vim
- autoload/ctrlp/tag.vim
- autoload/ctrlp/undo.vim
- autoload/ctrlp/utils.vim
- autoload/ctrlp.vim
- doc/ctrlp.txt
|