Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl (Moody) 2022-09-13 00:30:10 +02:00
commit c1a6423d0c

View File

@ -167,11 +167,12 @@ EOF</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, download the To install spell files for your preferred language, copy the
<filename>*.spl</filename> and optionally, the <filename>*.sug</filename> <filename class='extension'>.spl</filename> and optionally, the
files for your language and character encoding from <ulink <filename class='extension'>.sug</filename> files for your language
url="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save and character encoding from
them to <filename class='directory'> <filename class='directory'>runtime/spell</filename> into
<filename class='directory'>
/usr/share/&vim-docdir;/spell/</filename>.</para> /usr/share/&vim-docdir;/spell/</filename>.</para>
<para>To use these spell files, some configuration in <para>To use these spell files, some configuration in
@ -180,8 +181,8 @@ EOF</userinput></screen>
<screen><literal>set spelllang=en,ru <screen><literal>set spelllang=en,ru
set spell</literal></screen> set spell</literal></screen>
<para>For more information, see the appropriate README file located <para>For more information, see
at the URL above.</para> <filename>runtime/spell/README.txt</filename>.</para>
</note> </note>
</sect2> </sect2>