diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 288fdd99d..4a74b90b8 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -3,21 +3,27 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-vim" xreflabel="Vim"> +<sect1 id="ch-system-vim" xreflabel="Vim" role="wrap"> <title>Vim-&vim-version;</title> <?dbhtml filename="vim.html"?> <indexterm zone="ch-system-vim"><primary sortas="a-Vim">Vim</primary></indexterm> +<sect2 role="package"><title/> <para>The Vim package contains a powerful text editor.</para> -<screen>&buildtime; 0.4 SBU -&diskspace; 34 MB</screen> - -<para>Vim installation depends on: Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Ncurses, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.4 SBU</seg><seg>34 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Vim installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> +</segmentedlist> +</sect2> <sect2> <title>Alternatives to Vim</title> @@ -26,8 +32,7 @@ have a look at <ulink url="&blfs-root;view/stable/postlfs/editors.html"/> for suggested installation instructions.</para> </sect2> - -<sect2> +<sect2 role="installation"> <title>Installation of Vim</title> <para>First change the default locations of the <filename>vimrc</filename> and |