Changeset 752f4e5 for chapter06/vim.xml


Ignore:
Timestamp:
09/05/2004 01:22:23 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
9876d9e
Parents:
e097438
Message:

Tags corrections, Chapter 6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    re097438 r752f4e5  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-vim" xreflabel="Vim" role="wrap">
     6<sect1 id="ch-system-vim" role="wrap">
    77<title>Vim-&vim-version;</title>
    88<?dbhtml filename="vim.html"?>
     
    100100would change to <quote>compatible</quote> mode that it should appear
    101101first.  This is necessary because it changes other settings, and
    102 overrides must come after this setting.  Create a default vim
     102overrides must come after this setting.  Create a default <command>vim</command>
    103103configuration file by running the following:</para>
    104104
     
    123123autoindents, and the start of insert. The <parameter>syntax
    124124on</parameter> enables vim's syntax highlighting. Finally, the
    125 <parameter>if</parameter> statement with the <parameter>set
     125<emphasis>if</emphasis> statement with the <parameter>set
    126126background=dark</parameter> corrects <command>vim</command>'s guess
    127127about the background color of some terminal emulators. This gives the
Note: See TracChangeset for help on using the changeset viewer.