]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add deb plugin
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 23:08:20 +0000 (12:08 +1300)
committermartin f. krafft <madduck@madduck.net>
Sun, 24 Feb 2019 21:32:06 +0000 (22:32 +0100)
.gitignore.d/vim
.vim/autoload/deb.vim [new symlink]
.vim/plugin/debPlugin.vim [new symlink]
.vim/syntax/deb.vim [new symlink]

index 0a67224fa95b29c38245e739dd4dbaf3c54fd498..0b79894fad8cea174c9493ca320a00575dd0664f 100644 (file)
 !/.vim/after/ftplugin/vo_base.vim
 !/.vim/after/plugin/TabularMaps.vim
 !/.vim/after/syntax/tex.vim
+!/.vim/autoload/deb.vim
 !/.vim/autoload/ledger.vim
 !/.vim/autoload/pathogen.vim
 !/.vim/autoload/tabular.vim
+!/.vim/bundle/explainpat/autoload/explainpat.vim
+!/.vim/bundle/explainpat/autoload/nwo/magic.vim
+!/.vim/bundle/explainpat/doc/explainpat.txt
+!/.vim/bundle/explainpat/.gitignore
+!/.vim/bundle/explainpat/plugin/explainpat.vim
+!/.vim/bundle/explainpat/README
+!/.vim/bundle/password-store/doc/vim-password-store.txt
+!/.vim/bundle/password-store/ftdetect/pass.vim
+!/.vim/bundle/password-store/ftplugin/pass.vim
+!/.vim/bundle/password-store/LICENSE
+!/.vim/bundle/password-store/README.md
+!/.vim/bundle/password-store/syntax/pass.vim
 !/.vim/colors/madduck.vim
 !/.vim/compiler/ledger.vim
 !/.vim/compiler/tex.vim
 !/.vim/indent/python.vim
 !/.vim/indent/tex.vim
 !/.vim/macros/table.vim
+!/.vim/plugin/debPlugin.vim
 !/.vim/plugin/filebrowser.vim
 !/.vim/plugin/gnupg.vim
 !/.vim/plugin/imaps.vim
 !/.vim/spell/en.utf-8.add
 !/.vim/spell/.gitignore
 !/.vim/syntax/CVSAnnotate.vim
+!/.vim/syntax/deb.vim
 !/.vim/syntax/gitAnnotate.vim
 !/.vim/syntax/ledger.vim
 !/.vim/syntax/mediawiki.vim
diff --git a/.vim/autoload/deb.vim b/.vim/autoload/deb.vim
new file mode 120000 (symlink)
index 0000000..c78db90
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-scripts/autoload/deb.vim
\ No newline at end of file
diff --git a/.vim/plugin/debPlugin.vim b/.vim/plugin/debPlugin.vim
new file mode 120000 (symlink)
index 0000000..764efcf
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-scripts/plugin/debPlugin.vim
\ No newline at end of file
diff --git a/.vim/syntax/deb.vim b/.vim/syntax/deb.vim
new file mode 120000 (symlink)
index 0000000..274a5a8
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-scripts/syntax/deb.vim
\ No newline at end of file