From: martin f. krafft Date: Thu, 21 Feb 2019 23:30:28 +0000 (+1300) Subject: enable voom addon X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/67233babae6b0ce306df2109da0b00d02c2fc455?ds=sidebyside enable voom addon --- diff --git a/.gitignore.d/vim b/.gitignore.d/vim index b38b2383..22c41b27 100644 --- a/.gitignore.d/vim +++ b/.gitignore.d/vim @@ -21,6 +21,39 @@ !/.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 @@ -189,6 +223,7 @@ !/.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 index 00000000..3a53dbe6 --- /dev/null +++ b/.vim/autoload/voom.vim @@ -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 index 00000000..eb3677d3 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/__init__.py @@ -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 index 00000000..fbfd99b9 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 index 00000000..bca8ee30 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 index 00000000..2120ec24 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 index 00000000..1fde675f --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_asciidoc.py @@ -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 index 00000000..5c1e26f5 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_cwiki.py @@ -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 index 00000000..626a18ca --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_dokuwiki.py @@ -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 index 00000000..61bc6ecb --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr.py @@ -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 index 00000000..a8fa60be --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr1.py @@ -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 index 00000000..470ddef9 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr2.py @@ -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 index 00000000..27285796 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_fmr3.py @@ -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 index 00000000..79748a8f --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_hashes.py @@ -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 index 00000000..cd26239f --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_html.py @@ -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 index 00000000..bc5f85ae --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_inverseAtx.py @@ -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 index 00000000..3fc54848 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latex.py @@ -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 index 00000000..6c5f4645 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_latexDtx.py @@ -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 index 00000000..e7f0358a --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_markdown.py @@ -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 index 00000000..f443af85 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_org.py @@ -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 index 00000000..9ada617f --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_pandoc.py @@ -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 index 00000000..2f37ee12 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphBlank.py @@ -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 index 00000000..a23b90af --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphIndent.py @@ -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 index 00000000..17672a7d --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_paragraphNoIndent.py @@ -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 index 00000000..20ea123b --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_python.py @@ -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 index 00000000..4eb8db50 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_rest.py @@ -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 index 00000000..6c3aa4f2 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_taskpaper.py @@ -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 index 00000000..3eb83ce9 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_thevimoutliner.py @@ -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 index 00000000..59bdb355 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_txt2tags.py @@ -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 index 00000000..155c0fba --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_viki.py @@ -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 index 00000000..c1b80526 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimoutliner.py @@ -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 index 00000000..f70b8942 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_vimwiki.py @@ -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 index 00000000..599270a1 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_mode_wiki.py @@ -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 index 00000000..15a59f63 --- /dev/null +++ b/.vim/autoload/voom/voom_vimplugin2657/voom_vim.py @@ -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 index 00000000..a8a6018a --- /dev/null +++ b/.vim/doc/voom.txt @@ -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 index 00000000..d3cb8e22 --- /dev/null +++ b/.vim/plugin/voom.vim @@ -0,0 +1 @@ +/usr/share/vim-voom/plugin/voom.vim \ No newline at end of file