vim-voom 5.3-8 source package in Ubuntu

Changelog

vim-voom (5.3-8) unstable; urgency=medium

  * Update description for vim plugin enabling method.
    (Closes: #977526)

 -- Yukiharu YABUKI <email address hidden>  Sun, 20 Dec 2020 17:45:55 +0900

Upload details

Uploaded by:
Yukiharu YABUKI
Uploaded to:
Sid
Original maintainer:
Yukiharu YABUKI
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-voom_5.3-8.dsc 1.8 KiB 6542bb68beda7f595f6f46edf8f5856bdd535e40e203489957aa5b6c35ae0428
vim-voom_5.3.orig.tar.gz 113.1 KiB fa70fc80382e30baf0c547ed14f564e0b48a7ca7fd53aaba6ca70860ceee250c
vim-voom_5.3-8.debian.tar.xz 5.5 KiB fda61a8f8eedaddb05a8cd4af0aad807b4bb7d7e818a6eac35cb843fbb44ed04

Available diffs

No changes file available.

Binary packages built by this source

vim-voom: Vim two-pane outliner

 VOoM (Vim Outliner of Markups) is a plugin for Vim that emulates
 a two-pane text outlineer.
 .
 The following markup modes are available:
   - fmr(Default Mode) -- Start fold markers with levels:
        {{{1, {{{2, {{{3, etc. Headline text is before the marker.
   - fmr1, fmr2 fmr3 -- start fold markers with levels. Variations of
                         the default mode.
   - wiki -- MediaWiki, headlines are surrounded by '=';
   - vimwiki -- vimwiki plugin
   - viki -- Viki/Deplate plugin
   - dokuwiki -- DokuWiki;
   - org -- Emacs Org-mode;
   - rest -- reStructuredText section titles;
   - markdown -- Markdown headers, both Setext-style and Atx-style;
   - pandoc -- Pandoc Markdown;
   - hashes -- #, ##, ###, etc. (Atx-style headers, a subset of Markdown
                 format);
   - txt2tags -- txt2tags titles and numbered titles;
   - asciidoc -- AsciiDoc document and section titles, both styles;
   - latex -- LaTeX sectioning and some other commands;
   - latexDtx -- Same as LaTeX but for .dtx files (Documented LaTeX sources).
   - taskpaper -- TaskPaper
   - thevimoutliner -- The Vim Outliner plugin
   - vimoutliner -- VimOutliner plugin
   - cwiki
   - inverseAtx -- inverse Atx-style headers;
   - html -- HTML heading tags, single line only;
   - python -- Python code browser, blocks between 'class' and 'def' are
                also nodes.
   - paragraphBlank, paragraphIndent, paragraphNoIndent -- For working with
                             paragraphs. Handy for sorting blocks of lines.