Ver Fonte

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
Jeremy Huntwork há 19 anos atrás
pai
commit
a1a0a654fc
2 ficheiros alterados com 10 adições e 0 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/vim.xml

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>May 27, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Add a note about installing spell files for
+          Vim in a language other than English.</para>
+        </listitem>
         <listitem>
           <para>[jhuntwork] - Correct Vim's installation of man pages to work
           well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para>

+ 6 - 0
chapter06/vim.xml

@@ -183,6 +183,12 @@ EOF</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 id="contents-vim" role="content">