Changeset e5846ef for chapter06/vim.xml


Ignore:
Timestamp:
06/30/2005 05:53:21 PM (19 years ago)
Author:
Archaic <archaic@…>
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.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:
4d938ef
Parents:
7efa3be
Message:

Round 2 of several minor wording changes in chapter 6 (matt).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    r7efa3be re5846ef  
    7070<screen><userinput>make</userinput></screen>
    7171
    72 <para>To test the results, issue:
    73 <userinput>make test</userinput>. However, this test suite outputs a
    74 lot of chaotic characters to the screen, which can cause issues with
    75 the settings of the current terminal. Therefore, running the test
    76 suite here is optional.</para>
     72<para>To test the results, issue: <userinput>make test</userinput>. However,
     73this test suite outputs a lot of binary data to the screen, which can cause
     74issues with the settings of the current terminal. This can be resolved by
     75redirecting the output to a log file.</para>
    7776
    7877<para>Install the package:</para>
     
    10099<indexterm zone="conf-vim"><primary sortas="e-/etc/vim">/etc/vim</primary></indexterm>
    101100
    102 <para>By default, <command>vim</command> runs in vi-incompatible mode.
    103 This may be new to users who have used other editors in the past. The
    104 <quote>nocompatible</quote> setting is included below to highlight the
    105 fact that a new behavior is being used. It also reminds those who
    106 would change to <quote>compatible</quote> mode that it should appear
    107 first. This is necessary because it changes other settings, and
    108 overrides must come after this setting.  Create a default <command>vim</command>
     101<para>By default, <command>vim</command> runs in vi-incompatible mode. This may
     102be new to users who have used other editors in the past. The
     103<quote>nocompatible</quote> setting is included below to highlight the fact that
     104a new behavior is being used. It also reminds those who would change to
     105<quote>compatible</quote> mode that it should be the first setting in the
     106configuration file. This is necessary because it changes other settings, and
     107overrides must come after this setting. Create a default <command>vim</command>
    109108configuration file by running the following:</para>
    110109
     
    234233<term><command>shtags.pl</command></term>
    235234<listitem>
    236 <para>Generates a tag file for Perl scripts</para>
     235<para>Generates a tags file for Perl scripts</para>
    237236<indexterm zone="ch-system-vim shtags.pl"><primary sortas="b-shtags.pl">shtags.pl</primary></indexterm>
    238237</listitem>
     
    242241<term><command>tcltags</command></term>
    243242<listitem>
    244 <para>Generates a tag file for TCL code</para>
     243<para>Generates a tags file for TCL code</para>
    245244<indexterm zone="ch-system-vim tcltags"><primary sortas="b-tcltags">tcltags</primary></indexterm>
    246245</listitem>
     
    306305<term><command>vimspell.sh</command></term>
    307306<listitem>
    308 <para>Spells a file and generates the syntax statements necessary
    309 to highlight in <command>vim</command>. This script requires the old Unix <command>spell</command>
    310 command, which is provided neither in LFS nor in BLFS</para>
     307<para>Spell checks a file and generates the syntax statements necessary to
     308highlight in <command>vim</command>. This script requires the old Unix
     309<command>spell</command> command, which is provided neither in LFS nor in
     310BLFS</para>
    311311<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
    312312</listitem>
Note: See TracChangeset for help on using the changeset viewer.