diff options
Diffstat (limited to 'debian/vim-registry/vim-runtime.yaml')
-rw-r--r-- | debian/vim-registry/vim-runtime.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/vim-registry/vim-runtime.yaml b/debian/vim-registry/vim-runtime.yaml new file mode 100644 index 0000000..455f144 --- /dev/null +++ b/debian/vim-registry/vim-runtime.yaml @@ -0,0 +1,14 @@ +addon: matchit +description: "extended matching with '%' (e.g. if ... then ... else)" +files: + - plugin/matchit.vim +--- +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 |