File: control

package info (click to toggle)
vim-voom 5.3-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 628 kB
  • sloc: python: 3,486; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 2,024 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: vim-voom
Section: editors
Priority: optional
Maintainer: Yukiharu YABUKI <yyabuki@debian.org>
Build-Depends: debhelper (>= 9.0.0)
Standards-Version: 4.1.5
Homepage: http://www.vim.org/scripts/script.php?script_id=2657

Package: vim-voom
Architecture: all
# need vim-python support. but vim-python is virutal package.
Depends: vim-nox (>= 7.2) | vim-gtk (>= 7.2) | vim-gnome (>= 7.2), ${misc:Depends}
Recommends: vim-addon-manager
Description: 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.