|
@@ -187,9 +187,23 @@ EOF</userinput></screen>
|
|
<screen role="nodump"><userinput>vim -c ':options'</userinput></screen>
|
|
<screen role="nodump"><userinput>vim -c ':options'</userinput></screen>
|
|
|
|
|
|
<note>
|
|
<note>
|
|
|
|
+
|
|
<para>By default, Vim only installs spell files for the English language.
|
|
<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>
|
|
|
|
|
|
+ To install spell files for your preferred language, download the
|
|
|
|
+ <filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
|
|
|
|
+ files for your language and character encoding from <ulink
|
|
|
|
+ url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and and save them to
|
|
|
|
+ <filename
|
|
|
|
+ class='directory'>/usr/share/vim/vim70/spell/</filename>.</para>
|
|
|
|
+
|
|
|
|
+ <para>To use these spell files, some configuration in
|
|
|
|
+ <filename>/etc/vimrc</filename> is needed, e.g.:</para>
|
|
|
|
+
|
|
|
|
+<screen role="nodump"><userinput>set spelllang=en,ru
|
|
|
|
+set spell</userinput></screen>
|
|
|
|
+
|
|
|
|
+ <para>For more information, see the appropriate README file located
|
|
|
|
+ at the the URL above.</para>
|
|
</note>
|
|
</note>
|
|
|
|
|
|
</sect2>
|
|
</sect2>
|