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?hp=-c enable voom addon --- 67233babae6b0ce306df2109da0b00d02c2fc455 diff --git a/.gitignore.d/vim b/.gitignore.d/vim index b38b238..22c41b2 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 0000000..3a53dbe --- /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 0000000..eb3677d --- /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 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 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 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 index 0000000..1fde675 --- /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 0000000..5c1e26f --- /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 0000000..626a18c --- /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 0000000..61bc6ec --- /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 0000000..a8fa60b --- /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 0000000..470ddef --- /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 0000000..2728579 --- /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 0000000..79748a8 --- /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 0000000..cd26239 --- /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 0000000..bc5f85a --- /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 0000000..3fc5484 --- /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 0000000..6c5f464 --- /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 0000000..e7f0358 --- /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 0000000..f443af8 --- /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 0000000..9ada617 --- /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 0000000..2f37ee1 --- /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 0000000..a23b90a --- /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 0000000..17672a7 --- /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 0000000..20ea123 --- /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 0000000..4eb8db5 --- /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 0000000..6c3aa4f --- /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 0000000..3eb83ce --- /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 0000000..59bdb35 --- /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 0000000..155c0fb --- /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 0000000..c1b8052 --- /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 0000000..f70b894 --- /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 0000000..599270a --- /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 0000000..15a59f6 --- /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 0000000..a8a6018 --- /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 0000000..d3cb8e2 --- /dev/null +++ b/.vim/plugin/voom.vim @@ -0,0 +1 @@ +/usr/share/vim-voom/plugin/voom.vim \ No newline at end of file