Changeset 92e51a3


Ignore:
Timestamp:
08/08/2006 03:24:41 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
7735466c
Parents:
ba812a2
Message:

Vim text updates

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rba812a2 r92e51a3  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>2006-08-08</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Minor text updates to the Vim page.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • chapter06/vim.xml

    rba812a2 r92e51a3  
    175175EOF</userinput></screen>
    176176
    177     <para>The <parameter>set nocompatible</parameter> makes
     177    <para>The <parameter>set nocompatible</parameter> setting makes
    178178    <command>vim</command> behave in a more useful way (the default) than
    179179    the vi-compatible manner. Remove the <quote>no</quote> to keep the
    180180    old <command>vi</command> behavior. The <parameter>set
    181     backspace=2</parameter> allows backspacing over line breaks,
     181    backspace=2</parameter> setting allows backspacing over line breaks,
    182182    autoindents, and the start of insert. The <parameter>syntax
    183     on</parameter> enables vim's syntax highlighting. Finally, the
    184     <emphasis>if</emphasis> statement with the <parameter>set
    185     background=dark</parameter> corrects <command>vim</command>'s guess
    186     about the background color of some terminal emulators. This gives the
    187     highlighting a better color scheme for use on the black background of
    188     these programs.</para>
     183    on</parameter> parameter enables vim's syntax highlighting. Finally,
     184    the <emphasis>if</emphasis> statement with the <parameter>set
     185    background=dark</parameter> setting corrects <command>vim</command>'s
     186    guess about the background color of some terminal emulators. This
     187    gives the highlighting a better color scheme for use on the black
     188    background of these programs.</para>
    189189
    190190    <para>Documentation for other available options can be obtained by
     
    198198      <filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
    199199      files for your language and character encoding from <ulink
    200       url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and and save them to
     200      url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
    201201      <filename class='directory'>/usr/share/vim/vim70/spell/</filename>.</para>
    202202
     
    208208
    209209      <para>For more information, see the appropriate README file located
    210       at the the URL above.</para>
     210      at the URL above.</para>
    211211    </note>
    212212
  • general.ent

    rba812a2 r92e51a3  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060805">
    3 <!ENTITY releasedate "August 5, 2006">
     2<!ENTITY version "SVN-20060808">
     3<!ENTITY releasedate "August 8, 2006">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.