]> 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:

enable voom addon
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 23:30:28 +0000 (12:30 +1300)
committermartin f. krafft <madduck@madduck.net>
Sun, 24 Feb 2019 21:32:06 +0000 (22:32 +0100)
36 files changed:
.gitignore.d/vim
.vim/autoload/voom.vim [new symlink]
.vim/autoload/voom/voom_vimplugin2657/__init__.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/__pycache__/__init__.cpython-37.pyc [new file with mode: 0644]
.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_mode_fmr.cpython-37.pyc [new file with mode: 0644]
.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_vim.cpython-37.pyc [new file with mode: 0644]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_asciidoc.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_cwiki.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_dokuwiki.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr1.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr2.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr3.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_hashes.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_html.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_inverseAtx.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_latex.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_latexDtx.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_markdown.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_org.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_pandoc.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphBlank.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphIndent.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphNoIndent.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_python.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_rest.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_taskpaper.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_thevimoutliner.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_txt2tags.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_viki.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimoutliner.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimwiki.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_mode_wiki.py [new symlink]
.vim/autoload/voom/voom_vimplugin2657/voom_vim.py [new symlink]
.vim/doc/voom.txt [new symlink]
.vim/plugin/voom.vim [new symlink]

index b38b2383f8225776d9a0b151db67f619701f83a7..22c41b27cc0e8280dd4f21247a828418ae21381b 100644 (file)
 !/.vim/autoload/ledger.vim
 !/.vim/autoload/pathogen.vim
 !/.vim/autoload/tabular.vim
+!/.vim/autoload/voom.vim
+!/.vim/autoload/voom/voom_vimplugin2657/__init__.py
+!/.vim/autoload/voom/voom_vimplugin2657/__pycache__/__init__.cpython-37.pyc
+!/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_mode_fmr.cpython-37.pyc
+!/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_vim.cpython-37.pyc
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_asciidoc.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_cwiki.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_dokuwiki.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr1.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr2.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr3.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_hashes.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_html.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_inverseAtx.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latexDtx.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latex.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_markdown.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_org.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_pandoc.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphBlank.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphIndent.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphNoIndent.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_python.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_rest.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_taskpaper.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_thevimoutliner.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_txt2tags.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_viki.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimoutliner.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimwiki.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_mode_wiki.py
+!/.vim/autoload/voom/voom_vimplugin2657/voom_vim.py
 !/.vim/bundle/explainpat/autoload/explainpat.vim
 !/.vim/bundle/explainpat/autoload/nwo/magic.vim
 !/.vim/bundle/explainpat/doc/explainpat.txt
@@ -46,6 +79,7 @@
 !/.vim/doc/surround.txt
 !/.vim/doc/Tabular.txt
 !/.vim/doc/vimplate.txt
+!/.vim/doc/voom.txt
 !/.vim/ftdetect/itsalltext.vim
 !/.vim/ftdetect/ledger.vim
 !/.vim/ftdetect/mediawiki.vim
 !/.vim/plugin/SyntaxFolds.vim
 !/.vim/plugin/Tabular.vim
 !/.vim/plugin/vimplate.vim
+!/.vim/plugin/voom.vim
 !/.vimrc
 !/.vim/spell/en.utf-8.add
 !/.vim/spell/.gitignore
diff --git a/.vim/autoload/voom.vim b/.vim/autoload/voom.vim
new file mode 120000 (symlink)
index 0000000..3a53dbe
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom.vim
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/__init__.py b/.vim/autoload/voom/voom_vimplugin2657/__init__.py
new file mode 120000 (symlink)
index 0000000..eb3677d
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/__init__.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/__pycache__/__init__.cpython-37.pyc b/.vim/autoload/voom/voom_vimplugin2657/__pycache__/__init__.cpython-37.pyc
new file mode 100644 (file)
index 0000000..fbfd99b
Binary files /dev/null and b/.vim/autoload/voom/voom_vimplugin2657/__pycache__/__init__.cpython-37.pyc differ
diff --git a/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_mode_fmr.cpython-37.pyc b/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_mode_fmr.cpython-37.pyc
new file mode 100644 (file)
index 0000000..bca8ee3
Binary files /dev/null and b/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_mode_fmr.cpython-37.pyc differ
diff --git a/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_vim.cpython-37.pyc b/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_vim.cpython-37.pyc
new file mode 100644 (file)
index 0000000..2120ec2
Binary files /dev/null and b/.vim/autoload/voom/voom_vimplugin2657/__pycache__/voom_vim.cpython-37.pyc differ
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_asciidoc.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_asciidoc.py
new file mode 120000 (symlink)
index 0000000..1fde675
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_asciidoc.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_cwiki.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_cwiki.py
new file mode 120000 (symlink)
index 0000000..5c1e26f
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_cwiki.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_dokuwiki.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_dokuwiki.py
new file mode 120000 (symlink)
index 0000000..626a18c
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_dokuwiki.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr.py
new file mode 120000 (symlink)
index 0000000..61bc6ec
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_fmr.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr1.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr1.py
new file mode 120000 (symlink)
index 0000000..a8fa60b
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_fmr1.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr2.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr2.py
new file mode 120000 (symlink)
index 0000000..470ddef
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_fmr2.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr3.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr3.py
new file mode 120000 (symlink)
index 0000000..2728579
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_fmr3.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_hashes.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_hashes.py
new file mode 120000 (symlink)
index 0000000..79748a8
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_hashes.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_html.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_html.py
new file mode 120000 (symlink)
index 0000000..cd26239
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_html.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_inverseAtx.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_inverseAtx.py
new file mode 120000 (symlink)
index 0000000..bc5f85a
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_inverseAtx.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latex.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latex.py
new file mode 120000 (symlink)
index 0000000..3fc5484
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_latex.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latexDtx.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latexDtx.py
new file mode 120000 (symlink)
index 0000000..6c5f464
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_latexDtx.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_markdown.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_markdown.py
new file mode 120000 (symlink)
index 0000000..e7f0358
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_markdown.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_org.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_org.py
new file mode 120000 (symlink)
index 0000000..f443af8
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_org.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_pandoc.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_pandoc.py
new file mode 120000 (symlink)
index 0000000..9ada617
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_pandoc.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphBlank.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphBlank.py
new file mode 120000 (symlink)
index 0000000..2f37ee1
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_paragraphBlank.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphIndent.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphIndent.py
new file mode 120000 (symlink)
index 0000000..a23b90a
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_paragraphIndent.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphNoIndent.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphNoIndent.py
new file mode 120000 (symlink)
index 0000000..17672a7
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_paragraphNoIndent.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_python.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_python.py
new file mode 120000 (symlink)
index 0000000..20ea123
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_python.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_rest.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_rest.py
new file mode 120000 (symlink)
index 0000000..4eb8db5
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_rest.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_taskpaper.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_taskpaper.py
new file mode 120000 (symlink)
index 0000000..6c3aa4f
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_taskpaper.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_thevimoutliner.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_thevimoutliner.py
new file mode 120000 (symlink)
index 0000000..3eb83ce
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_thevimoutliner.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_txt2tags.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_txt2tags.py
new file mode 120000 (symlink)
index 0000000..59bdb35
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_txt2tags.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_viki.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_viki.py
new file mode 120000 (symlink)
index 0000000..155c0fb
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_viki.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimoutliner.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimoutliner.py
new file mode 120000 (symlink)
index 0000000..c1b8052
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_vimoutliner.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimwiki.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimwiki.py
new file mode 120000 (symlink)
index 0000000..f70b894
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_vimwiki.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_mode_wiki.py b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_wiki.py
new file mode 120000 (symlink)
index 0000000..599270a
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_mode_wiki.py
\ No newline at end of file
diff --git a/.vim/autoload/voom/voom_vimplugin2657/voom_vim.py b/.vim/autoload/voom/voom_vimplugin2657/voom_vim.py
new file mode 120000 (symlink)
index 0000000..15a59f6
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/autoload/voom/voom_vimplugin2657/voom_vim.py
\ No newline at end of file
diff --git a/.vim/doc/voom.txt b/.vim/doc/voom.txt
new file mode 120000 (symlink)
index 0000000..a8a6018
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/doc/voom.txt
\ No newline at end of file
diff --git a/.vim/plugin/voom.vim b/.vim/plugin/voom.vim
new file mode 120000 (symlink)
index 0000000..d3cb8e2
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-voom/plugin/voom.vim
\ No newline at end of file