mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 05:39:19 +01:00
Add a note about installing spell files for Vim in a language other than English.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
35f2607355
commit
a1a0a654fc
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>May 27, 2006</para>
|
<para>May 27, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Add a note about installing spell files for
|
||||||
|
Vim in a language other than English.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[jhuntwork] - Correct Vim's installation of man pages to work
|
<para>[jhuntwork] - Correct Vim's installation of man pages to work
|
||||||
well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para>
|
well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para>
|
||||||
|
@ -183,6 +183,12 @@ EOF</userinput></screen>
|
|||||||
|
|
||||||
<screen role="nodump"><userinput>vim -c ':options'</userinput></screen>
|
<screen role="nodump"><userinput>vim -c ':options'</userinput></screen>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>By default, Vim only installs spell files for the English language.
|
||||||
|
To install spell files for your preferred language, please read the README
|
||||||
|
file located here: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/" /></para>
|
||||||
|
</note>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-vim" role="content">
|
<sect2 id="contents-vim" role="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user