diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-12 21:01:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-12 21:02:48 +0800 |
commit | 9d3ba7b850c82082ea163ef9dcd71e0aaf81acc8 (patch) | |
tree | 51d8ecc03289642d742f292a4574dc0dcc8dc61c /chapter08 | |
parent | e5e442cd3208552d35573476a07e7a6b339bf8ab (diff) |
vim: no need to download spell files
They are already in the tarball, so just install them if needed.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/vim.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 2df2038dd..948650e34 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -167,11 +167,12 @@ EOF</userinput></screen> <note> <para>By default, vim only installs spell files for the English language. - 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="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save - them to <filename class='directory'> + To install spell files for your preferred language, copy the + <filename class='extension'>.spl</filename> and optionally, the + <filename class='extension'>.sug</filename> files for your language + and character encoding from + <filename class='directory'>runtime/spell</filename> into + <filename class='directory'> /usr/share/&vim-docdir;/spell/</filename>.</para> <para>To use these spell files, some configuration in @@ -180,8 +181,8 @@ EOF</userinput></screen> <screen><literal>set spelllang=en,ru set spell</literal></screen> - <para>For more information, see the appropriate README file located - at the URL above.</para> + <para>For more information, see + <filename>runtime/spell/README.txt</filename>.</para> </note> </sect2> |