Changeset 90b56f5 for chapter06/vim.xml


Ignore:
Timestamp:
07/01/2005 10:40:30 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
aabd480
Parents:
fd96303
Message:

Round 2 of several minor wording changes in chapter 6. (merged from trunk r6258)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    rfd96303 r90b56f5  
    6868<screen><userinput>make</userinput></screen>
    6969
    70 <para>To test the results, issue:
    71 <userinput>make test</userinput>. However, this test suite outputs a
    72 lot of chaotic characters to the screen, which can cause issues with
    73 the settings of the current terminal. Therefore, running the test
    74 suite here is optional.</para>
     70<para>To test the results, issue: <userinput>make test</userinput>. However,
     71this test suite outputs a lot of binary data to the screen, which can cause
     72issues with the settings of the current terminal. This can be resolved by
     73redirecting the output to a log file.</para>
    7574
    7675<para>Install the package:</para>
     
    9897<indexterm zone="conf-vim"><primary sortas="e-/etc/vim">/etc/vim</primary></indexterm>
    9998
    100 <para>By default, <command>vim</command> runs in vi-incompatible mode.
    101 This may be new to users who have used other editors in the past. The
    102 <quote>nocompatible</quote> setting is included below to highlight the
    103 fact that a new behavior is being used. It also reminds those who
    104 would change to <quote>compatible</quote> mode that it should appear
    105 first. This is necessary because it changes other settings, and
    106 overrides must come after this setting.  Create a default <command>vim</command>
     99<para>By default, <command>vim</command> runs in vi-incompatible mode. This may
     100be new to users who have used other editors in the past. The
     101<quote>nocompatible</quote> setting is included below to highlight the fact that
     102a new behavior is being used. It also reminds those who would change to
     103<quote>compatible</quote> mode that it should be the first setting in the
     104configuration file. This is necessary because it changes other settings, and
     105overrides must come after this setting. Create a default <command>vim</command>
    107106configuration file by running the following:</para>
    108107
     
    232231<term><command>shtags.pl</command></term>
    233232<listitem>
    234 <para>Generates a tag file for Perl scripts</para>
     233<para>Generates a tags file for Perl scripts</para>
    235234<indexterm zone="ch-system-vim shtags.pl"><primary sortas="b-shtags.pl">shtags.pl</primary></indexterm>
    236235</listitem>
     
    240239<term><command>tcltags</command></term>
    241240<listitem>
    242 <para>Generates a tag file for TCL code</para>
     241<para>Generates a tags file for TCL code</para>
    243242<indexterm zone="ch-system-vim tcltags"><primary sortas="b-tcltags">tcltags</primary></indexterm>
    244243</listitem>
     
    304303<term><command>vimspell.sh</command></term>
    305304<listitem>
    306 <para>Spells a file and generates the syntax statements necessary
    307 to highlight in <command>vim</command>. This script requires the old Unix <command>spell</command>
    308 command, which is provided neither in LFS nor in BLFS</para>
     305<para>Spell checks a file and generates the syntax statements necessary to
     306highlight in <command>vim</command>. This script requires the old Unix
     307<command>spell</command> command, which is provided neither in LFS nor in
     308BLFS</para>
    309309<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
    310310</listitem>
Note: See TracChangeset for help on using the changeset viewer.