Changeset 69993f4 for chapter06/vim.xml


Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    rec0a37e6 r69993f4  
    2222<segtitle>Vim installation depends on</segtitle>
    2323<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    24 GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
     24GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
    2525</segmentedlist>
    2626
    2727<tip>
    2828<title>Alternatives to Vim</title>
    29 <para>If you prefer another editor -- like Emacs, Joe, or Nano --
    30 please refer to <ulink url="&blfs-root;view/stable/postlfs/editors.html"/> for
    31 suggested installation instructions.</para>
     29<para>If you prefer another editor&mdash;such as Emacs, Joe, or
     30Nano&mdash;please refer to <ulink url="&blfs-root;view/stable/postlfs/editors.html"/>
     31for suggested installation instructions.</para>
    3232</tip>
    3333</sect2>
     
    3939<filename>vim-&vim-version;.tar.bz2</filename> and (optionally)
    4040<filename>vim-&vim-version;-lang.tar.gz</filename> archives into the
    41 same directory. Then change the default locations of the
     41same directory. Then, change the default locations of the
    4242<filename>vimrc</filename> and <filename>gvimrc</filename>
    4343configuration files to <filename
     
    5454<parameter>--enable-multibyte</parameter> switch includes support for
    5555editing files in multibyte character encodings into
    56 <command>vim</command>.  This is needed if you are using a locale with
     56<command>vim</command>.  This is needed if using a locale with
    5757a multibyte character set. This switch is also helpful to be able to
    5858edit text files initially created in Linux distributions like Fedora
     
    6363<screen><userinput>make</userinput></screen>
    6464
    65 <para>To test the results, you can issue:
     65<para>To test the results, issue:
    6666<userinput>make test</userinput>. However, this test suite outputs a
    6767lot of chaotic characters to the screen, which can cause issues with
    6868the settings of the current terminal. Therefore, running the test
    69 suite here is strictly optional.</para>
     69suite here is optional.</para>
    7070
    7171<para>Install the package:</para>
     
    7373<screen><userinput>make install</userinput></screen>
    7474
    75 <para>Many users are used to using <command>vi</command>, instead of
     75<para>Many users are used to using <command>vi</command> instead of
    7676<command>vim</command>. To allow execution of <command>vim</command>
    77 when they habitually enter <command>vi</command>, create a
     77when users habitually enter <command>vi</command>, create a
    7878symlink:</para>
    7979
     
    8181
    8282<para>If the X Window system is going to be installed on the LFS
    83 system, it may be necessary to re-compile Vim after installing X. Vim
     83system, it may be necessary to recompile Vim after installing X. Vim
    8484comes with a GUI version of the editor that requires X and some
    8585additional libraries to be installed. For more information on this
     
    118118<para>The <parameter>set nocompatible</parameter> makes
    119119<command>vim</command> behave in a more useful way (the default) than
    120 the vi-compatible manner. Remove the <quote>no</quote> if you want the
     120the vi-compatible manner. Remove the <quote>no</quote> to keep the
    121121old <command>vi</command> behavior. The <parameter>set
    122122backspace=2</parameter> allows backspacing over line breaks,
     
    143143pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, tcltags, vi (link to vim),
    144144view (link to vim), vim, vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh,
    145 vimtutor and xxd</seg></seglistitem>
     145vimtutor, and xxd</seg></seglistitem>
    146146</segmentedlist>
    147147
     
    193193<term><command>pltags.pl</command></term>
    194194<listitem>
    195 <para>creates a tags file for Perl code, for use by <command>vim</command>.</para>
     195<para>creates a tags file for Perl code for use by <command>vim</command>.</para>
    196196<indexterm zone="ch-system-vim pltags.pl"><primary sortas="b-pltags.pl">pltags.pl</primary></indexterm>
    197197</listitem>
     
    209209<term><command>rview</command></term>
    210210<listitem>
    211 <para>is a restricted version of <command>view</command>: no shell
     211<para>is a restricted version of <command>view</command>. No shell
    212212commands can be started and <command>view</command> cannot be suspended.</para>
    213213<indexterm zone="ch-system-vim rview"><primary sortas="b-rview">rview</primary></indexterm>
     
    218218<term><command>rvim</command></term>
    219219<listitem>
    220 <para>is a restricted version of <command>vim</command>: no shell
     220<para>is a restricted version of <command>vim</command>. No shell
    221221commands can be started and <command>vim</command> cannot be suspended.</para>
    222222<indexterm zone="ch-system-vim rvim"><primary sortas="b-rvim">rvim</primary></indexterm>
     
    267267<term><command>vim2html.pl</command></term>
    268268<listitem>
    269 <para>converts Vim documentation to HTML.</para>
     269<para>converts Vim documentation to HypterText Markup Language (HTML).</para>
    270270<indexterm zone="ch-system-vim vim2html.pl"><primary sortas="b-vim2html.pl">vim2html.pl</primary></indexterm>
    271271</listitem>
     
    291291<term><command>vimspell.sh</command></term>
    292292<listitem>
    293 <para>a script which spells a file and generates the syntax statements necessary
     293<para>spells a file and generates the syntax statements necessary
    294294to highlight in <command>vim</command>. This script requires the old Unix <command>spell</command>
    295295command, which is provided neither in LFS nor in BLFS.</para>
     
    301301<term><command>vimtutor</command></term>
    302302<listitem>
    303 <para>teaches you the basic keys and commands of <command>vim</command>.</para>
     303<para>teaches the basic keys and commands of <command>vim</command>.</para>
    304304<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
    305305</listitem>
Note: See TracChangeset for help on using the changeset viewer.