/usr/share/vim/registry/vim-runtime.yaml is in vim-runtime 2:7.4.488-7+deb8u3.
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: matchit
description: "extended matching with '%' (e.g. if ... then ... else)"
files:
- plugin/matchit.vim
- doc/matchit.txt
---
addon: editexisting
description: "edit the file with an existing Vim, if possible"
files:
- plugin/editexisting.vim
---
addon: justify
description: "left and right align text by filling in with extra spaces"
files:
- plugin/justify.vim
|