Changeset c6cb3aa for chapter06/vim.xml


Ignore:
Timestamp:
05/17/2004 09:55:01 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6f461cb
Parents:
01b2724c
Message:

HEAD: Retagged the Contents of ... sections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    r01b2724c rc6cb3aa  
    119119
    120120
    121 <sect2 id="contents-vim"><title>Contents of Vim</title>
    122 
    123 <para><emphasis>Installed programs</emphasis>: efm_filter.pl, efm_perl.pl, ex
    124 (link to vim), less.sh, mve.awk, pltags.pl, ref, rview (link to vim), rvim
    125 (link to vim), shtags.pl, tcltags, vi (link to vim), view (link to vim), vim,
    126 vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh, vimtutor
    127 and xxd</para>
    128 
    129 </sect2>
    130 
    131 <sect2><title>Short descriptions</title>
    132 
     121<sect2 id="contents-vim" role="content"><title>Contents of Vim</title>
     122
     123<segmentedlist>
     124<segtitle>Installed programs</segtitle>
     125<seglistitem><seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk,
     126pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, tcltags, vi (link to vim),
     127view (link to vim), vim, vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh,
     128vimtutor and xxd</seg></seglistitem>
     129</segmentedlist>
     130
     131<variablelist><title>Short descriptions</title>
     132
     133<varlistentry>
     134<term id="efm_filter.pl"><command>efm_filter.pl</command></term>
     135<listitem>
    133136<indexterm zone="ch-system-vim efm_filter.pl"><primary sortas="b-efm_filter.pl">efm_filter.pl</primary></indexterm>
    134 <para id="efm_filter.pl"><command>efm_filter.pl</command> is a filter for creating an error
    135 file that can be read by vim.</para>
    136 
     137<para>is a filter for creating an error file that can be read by vim.</para>
     138</listitem>
     139</varlistentry>
     140
     141<varlistentry>
     142<term id="efm_perl.pl"><command>efm_perl.pl</command></term>
     143<listitem>
    137144<indexterm zone="ch-system-vim efm_perl.pl"><primary sortas="b-efm_perl.pl">efm_perl.pl</primary></indexterm>
    138 <para id="efm_perl.pl"><command>efm_perl.pl</command> reformats the error messages of the
     145<para>reformats the error messages of the
    139146Perl interpreter for use with the <quote>quickfix</quote> mode of vim.</para>
    140 
     147</listitem>
     148</varlistentry>
     149
     150<varlistentry>
     151<term id="ex"><command>ex</command></term>
     152<listitem>
    141153<indexterm zone="ch-system-vim ex"><primary sortas="b-ex">ex</primary></indexterm>
    142 <para id="ex"><command>ex</command> starts vim in ex mode.</para>
    143 
     154<para>starts vim in ex mode.</para>
     155</listitem>
     156</varlistentry>
     157
     158<varlistentry>
     159<term id="less.sh"><command>less.sh</command></term>
     160<listitem>
    144161<indexterm zone="ch-system-vim less.sh"><primary sortas="b-less.sh">less.sh</primary></indexterm>
    145 <para id="less.sh"><command>less.sh</command> is a script that starts vim with less.vim.</para>
    146 
     162<para>is a script that starts vim with less.vim.</para>
     163</listitem>
     164</varlistentry>
     165
     166<varlistentry>
     167<term id="mve.awk"><command>mve.awk</command></term>
     168<listitem>
    147169<indexterm zone="ch-system-vim mve.awk"><primary sortas="b-mve.awk">mve.awk</primary></indexterm>
    148 <para id="mve.awk"><command>mve.awk</command> processes vim errors.</para>
    149 
     170<para>processes vim errors.</para>
     171</listitem>
     172</varlistentry>
     173
     174<varlistentry>
     175<term id="pltags.pl"><command>pltags.pl</command></term>
     176<listitem>
    150177<indexterm zone="ch-system-vim pltags.pl"><primary sortas="b-pltags.pl">pltags.pl</primary></indexterm>
    151 <para id="pltags.pl"><command>pltags.pl</command> creates a tags file for perl code,
    152 for use by vim.</para>
    153 
     178<para>creates a tags file for perl code, for use by vim.</para>
     179</listitem>
     180</varlistentry>
     181
     182<varlistentry>
     183<term id="ref"><command>ref</command></term>
     184<listitem>
    154185<indexterm zone="ch-system-vim ref"><primary sortas="b-ref">ref</primary></indexterm>
    155 <para id="ref"><command>ref</command> checks the spelling of arguments.</para>
    156 
     186<para>checks the spelling of arguments.</para>
     187</listitem>
     188</varlistentry>
     189
     190<varlistentry>
     191<term id="rview"><command>rview</command></term>
     192<listitem>
    157193<indexterm zone="ch-system-vim rview"><primary sortas="b-rview">rview</primary></indexterm>
    158 <para id="rview"><command>rview</command> is a restricted version of view: no shell
     194<para>is a restricted version of view: no shell
    159195commands can be started and view can't be suspended.</para>
    160 
     196</listitem>
     197</varlistentry>
     198
     199<varlistentry>
     200<term id="rvim"><command>rvim</command></term>
     201<listitem>
    161202<indexterm zone="ch-system-vim rvim"><primary sortas="b-rvim">rvim</primary></indexterm>
    162 <para id="rvim"><command>rvim</command> is a restricted version of vim: no shell
     203<para>is a restricted version of vim: no shell
    163204commands can be started and vim can't be suspended.</para>
    164 
     205</listitem>
     206</varlistentry>
     207
     208<varlistentry>
     209<term id="shtags.pl"><command>shtags.pl</command></term>
     210<listitem>
    165211<indexterm zone="ch-system-vim shtags.pl"><primary sortas="b-shtags.pl">shtags.pl</primary></indexterm>
    166 <para id="shtags.pl"><command>shtags.pl</command> generates a tag file for perl scripts.</para>
    167 
     212<para>generates a tag file for perl scripts.</para>
     213</listitem>
     214</varlistentry>
     215
     216<varlistentry>
     217<term id="tcltags"><command>tcltags</command></term>
     218<listitem>
    168219<indexterm zone="ch-system-vim tcltags"><primary sortas="b-tcltags">tcltags</primary></indexterm>
    169 <para id="tcltags"><command>tcltags</command> generates a tag file for TCL code.</para>
    170 
     220<para>generates a tag file for TCL code.</para>
     221</listitem>
     222</varlistentry>
     223
     224<varlistentry>
     225<term id="view"><command>view</command></term>
     226<listitem>
    171227<indexterm zone="ch-system-vim view"><primary sortas="b-view">view</primary></indexterm>
    172 <para id="view"><command>view</command> starts vim in read-only mode.</para>
    173 
     228<para>starts vim in read-only mode.</para>
     229</listitem>
     230</varlistentry>
     231
     232<varlistentry>
     233<term id="vim"><command>vim</command></term>
     234<listitem>
    174235<indexterm zone="ch-system-vim vim"><primary sortas="b-vim">vim</primary></indexterm>
    175 <para id="vim"><command>vim</command> is the editor.</para>
    176 
     236<para>is the editor.</para>
     237</listitem>
     238</varlistentry>
     239
     240<varlistentry>
     241<term id="vim132"><command>vim132</command></term>
     242<listitem>
    177243<indexterm zone="ch-system-vim vim132"><primary sortas="b-vim132">vim132</primary></indexterm>
    178 <para id="vim132"><command>vim132</command> starts vim with the terminal in
    179 132-column mode.</para>
    180 
     244<para>starts vim with the terminal in 132-column mode.</para>
     245</listitem>
     246</varlistentry>
     247
     248<varlistentry>
     249<term id="vim2html.pl"><command>vim2html.pl</command></term>
     250<listitem>
    181251<indexterm zone="ch-system-vim vim2html.pl"><primary sortas="b-vim2html.pl">vim2html.pl</primary></indexterm>
    182 <para id="vim2html.pl"><command>vim2html.pl</command> converts vim documentation to
    183 HTML.</para>
    184 
     252<para>converts vim documentation to HTML.</para>
     253</listitem>
     254</varlistentry>
     255
     256<varlistentry>
     257<term id="vimdiff"><command>vimdiff</command></term>
     258<listitem>
    185259<indexterm zone="ch-system-vim vimdiff"><primary sortas="b-vimdiff">vimdiff</primary></indexterm>
    186 <para id="vimdiff"><command>vimdiff</command> edits two or three versions of a file with
    187 vim and show differences.</para>
    188 
     260<para>edits two or three versions of a file with vim and show differences.</para>
     261</listitem>
     262</varlistentry>
     263
     264<varlistentry>
     265<term id="vimm"><command>vimm</command></term>
     266<listitem>
    189267<indexterm zone="ch-system-vim vimm"><primary sortas="b-vimm">vimm</primary></indexterm>
    190 <para id="vimm"><command>vimm</command> enables the DEC locator input model on a
    191 remote terminal.</para>
    192 
     268<para>enables the DEC locator input model on a remote terminal.</para>
     269</listitem>
     270</varlistentry>
     271
     272<varlistentry>
     273<term id="vimspell.sh"><command>vimspell.sh</command></term>
     274<listitem>
    193275<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
    194 <para id="vimspell.sh"><command>vimspell.sh</command> is a script which spells a file and generates the syntax
    195 statements necessary to highlight in vim.
    196 This script requires the old Unix <command>spell</command> command,
    197 which is provided neither in LFS nor in BLFS.</para>
    198 
     276<para>is a script which spells a file and generates the syntax statements necessary
     277to highlight in vim. This script requires the old Unix <command>spell</command>
     278command, which is provided neither in LFS nor in BLFS.</para>
     279</listitem>
     280</varlistentry>
     281
     282<varlistentry>
     283<term id="vimtutor"><command>vimtutor</command></term>
     284<listitem>
    199285<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
    200 <para id="vimtutor"><command>vimtutor</command> teaches you the basic keys and commands
    201 of vim.</para>
    202 
     286<para>teaches you the basic keys and commands of vim.</para>
     287</listitem>
     288</varlistentry>
     289
     290<varlistentry>
     291<term id="xxd"><command>xxd</command></term>
     292<listitem>
    203293<indexterm zone="ch-system-vim xxd"><primary sortas="b-xxd">xxd</primary></indexterm>
    204 <para id="xxd"><command>xxd</command> makes a hex dump of the given file. It can
     294<para>makes a hex dump of the given file. It can
    205295also do the reverse, so it can be used for binary patching.</para>
    206 
    207 </sect2>
    208 
    209 
     296</listitem>
     297</varlistentry>
     298</variablelist>
     299
     300</sect2>
    210301
    211302</sect1>
Note: See TracChangeset for help on using the changeset viewer.