mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 05:39:19 +01:00
Vim text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ba812a2fb7
commit
92e51a3bc1
@ -36,6 +36,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2006-08-08</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Minor text updates to the Vim page.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2006-08-05</para>
|
<para>2006-08-05</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -174,18 +174,18 @@ endif
|
|||||||
" End /etc/vimrc</literal>
|
" End /etc/vimrc</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>The <parameter>set nocompatible</parameter> makes
|
<para>The <parameter>set nocompatible</parameter> setting makes
|
||||||
<command>vim</command> behave in a more useful way (the default) than
|
<command>vim</command> behave in a more useful way (the default) than
|
||||||
the vi-compatible manner. Remove the <quote>no</quote> to keep the
|
the vi-compatible manner. Remove the <quote>no</quote> to keep the
|
||||||
old <command>vi</command> behavior. The <parameter>set
|
old <command>vi</command> behavior. The <parameter>set
|
||||||
backspace=2</parameter> allows backspacing over line breaks,
|
backspace=2</parameter> setting allows backspacing over line breaks,
|
||||||
autoindents, and the start of insert. The <parameter>syntax
|
autoindents, and the start of insert. The <parameter>syntax
|
||||||
on</parameter> enables vim's syntax highlighting. Finally, the
|
on</parameter> parameter enables vim's syntax highlighting. Finally,
|
||||||
<emphasis>if</emphasis> statement with the <parameter>set
|
the <emphasis>if</emphasis> statement with the <parameter>set
|
||||||
background=dark</parameter> corrects <command>vim</command>'s guess
|
background=dark</parameter> setting corrects <command>vim</command>'s
|
||||||
about the background color of some terminal emulators. This gives the
|
guess about the background color of some terminal emulators. This
|
||||||
highlighting a better color scheme for use on the black background of
|
gives the highlighting a better color scheme for use on the black
|
||||||
these programs.</para>
|
background of these programs.</para>
|
||||||
|
|
||||||
<para>Documentation for other available options can be obtained by
|
<para>Documentation for other available options can be obtained by
|
||||||
running the following command:</para>
|
running the following command:</para>
|
||||||
@ -197,7 +197,7 @@ EOF</userinput></screen>
|
|||||||
To install spell files for your preferred language, download the
|
To install spell files for your preferred language, download the
|
||||||
<filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
|
<filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
|
||||||
files for your language and character encoding from <ulink
|
files for your language and character encoding from <ulink
|
||||||
url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and and save them to
|
url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
|
||||||
<filename class='directory'>/usr/share/vim/vim70/spell/</filename>.</para>
|
<filename class='directory'>/usr/share/vim/vim70/spell/</filename>.</para>
|
||||||
|
|
||||||
<para>To use these spell files, some configuration in
|
<para>To use these spell files, some configuration in
|
||||||
@ -207,7 +207,7 @@ EOF</userinput></screen>
|
|||||||
set spell</literal></screen>
|
set spell</literal></screen>
|
||||||
|
|
||||||
<para>For more information, see the appropriate README file located
|
<para>For more information, see the appropriate README file located
|
||||||
at the the URL above.</para>
|
at the URL above.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20060805">
|
<!ENTITY version "SVN-20060808">
|
||||||
<!ENTITY releasedate "August 5, 2006">
|
<!ENTITY releasedate "August 8, 2006">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user