/usr/share/vim/registry/vim-conque.yaml is in vim-conque 2.3-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 | addon: conqueterm
description: Plugin to run interactive commands inside a Vim buffer
basedir: /usr/share/vim-conque
disabledby: "let ConqueTerm_Loaded = 1"
files:
- autoload/conque_term.vim
- syntax/conque_term.vim
- plugin/conque_term.vim
- doc/conque_term.txt
|