vim-voom 5.2-1 source package in Ubuntu

Changelog

vim-voom (5.2-1) unstable; urgency=medium

  * New Upstream
  * Bump up Standard Version.
  * VOoM works fine with vim 8 (Closes: #853219)

 -- Yukiharu YABUKI <email address hidden>  Tue, 31 Jan 2017 02:31:01 +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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-voom_5.2-1.dsc 1.7 KiB c0aa3211f83da2cca757d145e81bdb406c73eb7feaff55c239afae087aa00d91
vim-voom_5.2.orig.tar.gz 110.5 KiB 9947d648316a1111f4a979cab1a5de580c4d3365d7d0f32e0272d16f82a87f6d
vim-voom_5.2-1.debian.tar.xz 5.1 KiB afceb3b7759f1d239f416b2552ac039b2d0dcca409773ddbfe0d03c81c8a1709

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.