summaryrefslogtreecommitdiffstats
path: root/debian/vim-registry
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:18:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:18:04 +0000
commit519cbf08704063b930fa613235d4a598105a449a (patch)
tree426a5a2a33b5ea123678481edd7d59dcf7ff58e9 /debian/vim-registry
parentAdding upstream version 2:8.2.2434. (diff)
downloadvim-debian/2%8.2.2434-3+deb11u1.tar.xz
vim-debian/2%8.2.2434-3+deb11u1.zip
Adding debian version 2:8.2.2434-3+deb11u1.debian/2%8.2.2434-3+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/vim-registry/vim-runtime.yaml14
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